Skip to content

Commit 1e7873a

Browse files
Update from copier (2025-04-13T05:24:30)
1 parent 847f1ab commit 1e7873a

File tree

2 files changed

+5
-1
lines changed

2 files changed

+5
-1
lines changed

.copier-answers.yml

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: '6957226'
2+
_commit: 98c8f14
33
_src_path: https://github.com/python-project-templates/base.git
44
add_extension: python
55

pyproject.toml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,11 @@ classifiers = [
2828
"Programming Language :: Python :: 3.10",
2929
"Programming Language :: Python :: 3.11",
3030
"Programming Language :: Python :: 3.12",
31+
<<<<<<< before updating
3132
"License :: OSI Approved :: Apache Software License",
33+
=======
34+
"Programming Language :: Python :: 3.13",
35+
>>>>>>> after updating
3236
]
3337

3438
dependencies = [

0 commit comments

Comments
 (0)