diff --git a/.copier-answers.yaml b/.copier-answers.yaml index ca35c18..9a50832 100644 --- a/.copier-answers.yaml +++ b/.copier-answers.yaml @@ -1,5 +1,5 @@ # Changes here will be overwritten by Copier -_commit: 18afe0a +_commit: 973c39c _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 c038da2..af597a7 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -9,14 +9,13 @@ description = "Python wrapping/binding for verilator" readme = "README.md" license = { text = "Apache-2.0" } version = "5.38.0" -requires-python = ">=3.9" +requires-python = ">=3.10" keywords = [] classifiers = [ "Development Status :: 3 - Alpha", "Programming Language :: Python", "Programming Language :: Python :: 3", - "Programming Language :: Python :: 3.9", "Programming Language :: Python :: 3.10", "Programming Language :: Python :: 3.11", "Programming Language :: Python :: 3.12",