We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a4918e2 commit 8628624Copy full SHA for 8628624
.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
@@ -29,7 +29,11 @@ classifiers = [
29
"Programming Language :: Python :: 3.11",
30
"Programming Language :: Python :: 3.12",
31
"Programming Language :: Python :: 3.13",
32
+<<<<<<< before updating
33
"License :: OSI Approved :: Apache Software License",
34
+=======
35
+ "Programming Language :: Python :: 3.14",
36
+>>>>>>> after updating
37
]
38
39
dependencies = [
0 commit comments