diff --git a/.copier-answers.yaml b/.copier-answers.yaml index 6513f92..0be6e07 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: true add_extension: rust diff --git a/pyproject.toml b/pyproject.toml index 1e204b0..be786c1 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -24,6 +24,7 @@ classifiers = [ "Programming Language :: Python :: 3.11", "Programming Language :: Python :: 3.12", "Programming Language :: Python :: 3.13", + "Programming Language :: Python :: 3.14", ] dependencies = []