Skip to content

Commit 69409c3

Browse files
authored
Merge pull request #72 from python-project-templates/copier-update-2025-11-09T05-15-41
Update from copier (2025-11-09T05:15:41)
2 parents 9cd1e0f + f70e682 commit 69409c3

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-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: 18afe0a
2+
_commit: 973c39c
33
_src_path: https://github.com/python-project-templates/base.git
44
add_docs: false
55
add_extension: python

pyproject.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ description = "Hatch plugin for C++ builds"
99
readme = "README.md"
1010
license = { text = "Apache-2.0" }
1111
version = "0.1.9"
12-
requires-python = ">=3.9"
12+
requires-python = ">=3.10"
1313
keywords = [
1414
"hatch",
1515
"python",
@@ -18,14 +18,14 @@ keywords = [
1818
"c++",
1919
"cmake",
2020
]
21+
2122
classifiers = [
2223
"Development Status :: 3 - Alpha",
2324
"License :: OSI Approved :: Apache Software License",
2425
"Programming Language :: Python",
2526
"Programming Language :: Python :: Implementation :: CPython",
2627
"Programming Language :: Python :: Implementation :: PyPy",
2728
"Programming Language :: Python :: 3",
28-
"Programming Language :: Python :: 3.9",
2929
"Programming Language :: Python :: 3.10",
3030
"Programming Language :: Python :: 3.11",
3131
"Programming Language :: Python :: 3.12",

0 commit comments

Comments
 (0)