Skip to content

Commit e75f553

Browse files
authored
Merge pull request #59 from python-project-templates/copier-update-2025-08-23T21-32-36
Update from copier (2025-08-23T21:32:36)
2 parents a4918e2 + ada5051 commit e75f553

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

.copier-answers.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# Changes here will be overwritten by Copier
2-
_commit: 3a223c6
2+
_commit: c124449
33
_src_path: https://github.com/python-project-templates/base.git
44
add_docs: false
55
add_extension: python

pyproject.toml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,7 @@ keywords = [
2020
]
2121
classifiers = [
2222
"Development Status :: 3 - Alpha",
23+
"License :: OSI Approved :: Apache Software License",
2324
"Programming Language :: Python",
2425
"Programming Language :: Python :: Implementation :: CPython",
2526
"Programming Language :: Python :: Implementation :: PyPy",
@@ -29,7 +30,7 @@ classifiers = [
2930
"Programming Language :: Python :: 3.11",
3031
"Programming Language :: Python :: 3.12",
3132
"Programming Language :: Python :: 3.13",
32-
"License :: OSI Approved :: Apache Software License",
33+
"Programming Language :: Python :: 3.14",
3334
]
3435

3536
dependencies = [

0 commit comments

Comments
 (0)