Skip to content

Commit 8174909

Browse files
Update from copier (2025-10-26T05:02:28)
Signed-off-by: github-actions <41898282+github-actions[bot]@users.noreply.github.com>
1 parent 2cb368e commit 8174909

3 files changed

Lines changed: 3 additions & 1 deletion

File tree

.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: f812aaa
33
_src_path: https://github.com/python-project-templates/base.git
44
add_docs: true
55
add_extension: python

.gitignore

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

pyproject.toml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,7 @@ classifiers = [
2323
"Programming Language :: Python :: 3.11",
2424
"Programming Language :: Python :: 3.12",
2525
"Programming Language :: Python :: 3.13",
26+
"Programming Language :: Python :: 3.14",
2627
]
2728

2829
dependencies = [

0 commit comments

Comments
 (0)