Skip to content

Commit a33aa7b

Browse files
authored
Merge pull request #107 from Point72/copier-update-2025-08-24T05-04-56
Update from copier (2025-08-24T05:04:56)
2 parents 648e5ff + c31794c commit a33aa7b

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
@@ -19,6 +19,7 @@ keywords = [
1919
]
2020
classifiers = [
2121
"Development Status :: 4 - Beta",
22+
"License :: OSI Approved :: Apache Software License",
2223
"Programming Language :: Python",
2324
"Programming Language :: Python :: Implementation :: CPython",
2425
"Programming Language :: Python :: Implementation :: PyPy",
@@ -28,7 +29,7 @@ classifiers = [
2829
"Programming Language :: Python :: 3.11",
2930
"Programming Language :: Python :: 3.12",
3031
"Programming Language :: Python :: 3.13",
31-
"License :: OSI Approved :: Apache Software License",
32+
"Programming Language :: Python :: 3.14",
3233
]
3334

3435
dependencies = [
@@ -181,4 +182,4 @@ known-first-party = ["ccflow"]
181182
section-order = ["future", "standard-library", "third-party", "first-party", "local-folder"]
182183

183184
[tool.ruff.lint.per-file-ignores]
184-
"__init__.py" = ["F401", "F403"]
185+
"__init__.py" = ["F401", "F403"]

0 commit comments

Comments
 (0)