Skip to content

Commit 68fb39e

Browse files
authored
Merge pull request #33 from python-project-templates/copier-update-2025-08-23T21-16-15
Update from copier (2025-08-23T21:16:15)
2 parents d4dd06e + fb7ad15 commit 68fb39e

File tree

3 files changed

+4
-3
lines changed

3 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: true
55
add_extension: cpp

.github/workflows/build.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -30,8 +30,8 @@ jobs:
3030
strategy:
3131
matrix:
3232
os: [ubuntu-latest, macos-latest, windows-latest]
33-
python-version: ["3.9", "3.10", "3.11", "3.12"]
34-
cibuildwheel: ["cp39", "cp310", "cp311", "cp312"]
33+
python-version: ["3.9", "3.10", "3.11", "3.12", "3.13"]
34+
cibuildwheel: ["cp39", "cp310", "cp311", "cp312", "cp313"]
3535
exclude:
3636
- python-version: "3.9"
3737
cibuildwheel: "cp310"

pyproject.toml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -27,6 +27,7 @@ classifiers = [
2727
"Programming Language :: Python :: 3.11",
2828
"Programming Language :: Python :: 3.12",
2929
"Programming Language :: Python :: 3.13",
30+
"Programming Language :: Python :: 3.14",
3031
]
3132

3233
dependencies = []

0 commit comments

Comments
 (0)