diff --git a/.copier-answers.yaml b/.copier-answers.yaml index 17a08f9..2de133c 100644 --- a/.copier-answers.yaml +++ b/.copier-answers.yaml @@ -1,5 +1,5 @@ # Changes here will be overwritten by Copier -_commit: 3a223c6 +_commit: c124449 _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 7c9052c..965b182 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -22,6 +22,7 @@ keywords = [ classifiers = [ "Development Status :: 3 - Alpha", + "License :: OSI Approved :: Apache Software License", "Programming Language :: Python", "Programming Language :: Python :: Implementation :: CPython", "Programming Language :: Python :: Implementation :: PyPy", @@ -31,7 +32,7 @@ classifiers = [ "Programming Language :: Python :: 3.11", "Programming Language :: Python :: 3.12", "Programming Language :: Python :: 3.13", - "License :: OSI Approved :: Apache Software License", + "Programming Language :: Python :: 3.14", ] dependencies = [ @@ -137,4 +138,4 @@ known-first-party = ["hatch_js"] section-order = ["future", "standard-library", "third-party", "first-party", "local-folder"] [tool.ruff.lint.per-file-ignores] -"__init__.py" = ["F401", "F403"] \ No newline at end of file +"__init__.py" = ["F401", "F403"]