From 44604138fd3b260dd9efb40fafbde202132cb37d Mon Sep 17 00:00:00 2001 From: github-actions <41898282+github-actions[bot]@users.noreply.github.com> Date: Sun, 12 Jul 2026 07:29:37 +0000 Subject: [PATCH 1/2] Update from copier (2026-07-12T07:29:37) Signed-off-by: github-actions <41898282+github-actions[bot]@users.noreply.github.com> --- .copier-answers.yml | 2 +- pyproject.toml | 6 +++++- 2 files changed, 6 insertions(+), 2 deletions(-) diff --git a/.copier-answers.yml b/.copier-answers.yml index 6cc74a9..0850b59 100644 --- a/.copier-answers.yml +++ b/.copier-answers.yml @@ -1,5 +1,5 @@ # Changes here will be overwritten by Copier -_commit: dbcb02b +_commit: '4875149' _src_path: https://github.com/python-project-templates/base.git add_docs: false add_extension: python diff --git a/pyproject.toml b/pyproject.toml index f9720cf..6e86b4f 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -12,15 +12,19 @@ authors = [ description = "Python wrapping/binding for verible" readme = "README.md" license = { text = "Apache-2.0" } +<<<<<<< before updating version = "0.0.4071.0" requires-python = ">=3.10" +======= +version = "0.1.0" +requires-python = ">=3.11" +>>>>>>> after updating keywords = [] classifiers = [ "Development Status :: 3 - Alpha", "Programming Language :: Python", "Programming Language :: Python :: 3", - "Programming Language :: Python :: 3.10", "Programming Language :: Python :: 3.11", "Programming Language :: Python :: 3.12", "Programming Language :: Python :: 3.13", From 15af04b60696253c990f9e0c630f0e4d2153e79b Mon Sep 17 00:00:00 2001 From: Tim Paine <3105306+timkpaine@users.noreply.github.com> Date: Sun, 12 Jul 2026 11:48:10 -0400 Subject: [PATCH 2/2] Update version and requires-python in pyproject.toml Updated the version and required Python version in pyproject.toml. --- pyproject.toml | 5 ----- 1 file changed, 5 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index 6e86b4f..981c582 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -12,13 +12,8 @@ authors = [ description = "Python wrapping/binding for verible" readme = "README.md" license = { text = "Apache-2.0" } -<<<<<<< before updating version = "0.0.4071.0" -requires-python = ">=3.10" -======= -version = "0.1.0" requires-python = ">=3.11" ->>>>>>> after updating keywords = [] classifiers = [