Skip to content

Commit cca1b93

Browse files
authored
Merge pull request #10 from python-project-templates/copier-update-2025-09-28T05-16-11
Update from copier (2025-09-28T05:16:11)
2 parents 5e0d1e9 + 27cea85 commit cca1b93

File tree

3 files changed

+3
-1
lines changed

3 files changed

+3
-1
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: a74894d
33
_src_path: https://github.com/python-project-templates/base.git
44
add_docs: false
55
add_extension: python

.gitignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -146,6 +146,7 @@ hatch_javascript/extension
146146
# Jupyter
147147
.ipynb_checkpoints
148148
.autoversion
149+
Untitled*.ipynb
149150
!hatch_javascript/extension/hatch_javascript.json
150151
!hatch_javascript/extension/install.json
151152
hatch_javascript/nbextension

pyproject.toml

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

3334
dependencies = [

0 commit comments

Comments
 (0)