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 c577025 commit de10430Copy full SHA for de10430
.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
@@ -31,7 +31,11 @@ classifiers = [
31
"Programming Language :: Python :: 3.11",
32
"Programming Language :: Python :: 3.12",
33
"Programming Language :: Python :: 3.13",
34
+<<<<<<< before updating
35
"License :: OSI Approved :: Apache Software License",
36
+=======
37
+ "Programming Language :: Python :: 3.14",
38
+>>>>>>> after updating
39
]
40
41
dependencies = [
0 commit comments