We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 8145416 + 4429fe6 commit b9b7b54Copy full SHA for b9b7b54
2 files changed
.copier-answers.yaml
@@ -1,5 +1,5 @@
1
# Changes here will be overwritten by Copier
2
-_commit: 3a223c6
+_commit: c124449
3
_src_path: https://github.com/python-project-templates/base.git
4
add_docs: false
5
add_extension: python
pyproject.toml
@@ -23,6 +23,7 @@ classifiers = [
23
"Programming Language :: Python :: 3.11",
24
"Programming Language :: Python :: 3.12",
25
"Programming Language :: Python :: 3.13",
26
+ "Programming Language :: Python :: 3.14",
27
]
28
29
dependencies = [
0 commit comments