Skip to content

Commit d19ec96

Browse files
Update from copier (2025-11-09T05:21:07)
Signed-off-by: github-actions <41898282+github-actions[bot]@users.noreply.github.com>
1 parent a5bfc8d commit d19ec96

2 files changed

Lines changed: 6 additions & 2 deletions

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: 5af64c5
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: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,7 @@ description = "Hatch plugin for CMake/C++ builds"
99
readme = "README.md"
1010
license = { text = "Apache-2.0" }
1111
version = "0.1.0"
12+
<<<<<<< before updating
1213
requires-python = ">=3.9"
1314
keywords = [
1415
"hatch",
@@ -18,14 +19,17 @@ keywords = [
1819
"c++",
1920
"cmake",
2021
]
22+
=======
23+
requires-python = ">=3.10"
24+
keywords = []
25+
>>>>>>> after updating
2126

2227
classifiers = [
2328
"Development Status :: 3 - Alpha",
2429
"Programming Language :: Python",
2530
"Programming Language :: Python :: Implementation :: CPython",
2631
"Programming Language :: Python :: Implementation :: PyPy",
2732
"Programming Language :: Python :: 3",
28-
"Programming Language :: Python :: 3.9",
2933
"Programming Language :: Python :: 3.10",
3034
"Programming Language :: Python :: 3.11",
3135
"Programming Language :: Python :: 3.12",

0 commit comments

Comments
 (0)