Skip to content

Commit 1b746d3

Browse files
authored
Merge pull request #6 from python-project-templates/copier-update-2025-08-23T21-32-40
Update from copier (2025-08-23T21:32:40)
2 parents c577025 + 9ec25f7 commit 1b746d3

File tree

2 files changed

+4
-3
lines changed

2 files changed

+4
-3
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: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,7 @@ keywords = [
2222

2323
classifiers = [
2424
"Development Status :: 3 - Alpha",
25+
"License :: OSI Approved :: Apache Software License",
2526
"Programming Language :: Python",
2627
"Programming Language :: Python :: Implementation :: CPython",
2728
"Programming Language :: Python :: Implementation :: PyPy",
@@ -31,7 +32,7 @@ classifiers = [
3132
"Programming Language :: Python :: 3.11",
3233
"Programming Language :: Python :: 3.12",
3334
"Programming Language :: Python :: 3.13",
34-
"License :: OSI Approved :: Apache Software License",
35+
"Programming Language :: Python :: 3.14",
3536
]
3637

3738
dependencies = [
@@ -137,4 +138,4 @@ known-first-party = ["hatch_js"]
137138
section-order = ["future", "standard-library", "third-party", "first-party", "local-folder"]
138139

139140
[tool.ruff.lint.per-file-ignores]
140-
"__init__.py" = ["F401", "F403"]
141+
"__init__.py" = ["F401", "F403"]

0 commit comments

Comments
 (0)