Skip to content

Commit 8628624

Browse files
Update from copier (2025-08-23T21:32:36)
Signed-off-by: github-actions <41898282+github-actions[bot]@users.noreply.github.com>
1 parent a4918e2 commit 8628624

File tree

2 files changed

+5
-1
lines changed

2 files changed

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

pyproject.toml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,11 @@ classifiers = [
2929
"Programming Language :: Python :: 3.11",
3030
"Programming Language :: Python :: 3.12",
3131
"Programming Language :: Python :: 3.13",
32+
<<<<<<< before updating
3233
"License :: OSI Approved :: Apache Software License",
34+
=======
35+
"Programming Language :: Python :: 3.14",
36+
>>>>>>> after updating
3337
]
3438

3539
dependencies = [

0 commit comments

Comments
 (0)