Skip to content

Commit 4e91c95

Browse files
Update from copier (2025-11-09T05:15:41)
Signed-off-by: github-actions <41898282+github-actions[bot]@users.noreply.github.com>
1 parent 9cd1e0f commit 4e91c95

File tree

2 files changed

+8
-2
lines changed

2 files changed

+8
-2
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: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,7 @@ authors = [{name = "the hatch-cpp authors", email = "t.paine154@gmail.com"}]
88
description = "Hatch plugin for C++ builds"
99
readme = "README.md"
1010
license = { text = "Apache-2.0" }
11+
<<<<<<< before updating
1112
version = "0.1.9"
1213
requires-python = ">=3.9"
1314
keywords = [
@@ -18,14 +19,19 @@ keywords = [
1819
"c++",
1920
"cmake",
2021
]
22+
=======
23+
version = "0.1.0"
24+
requires-python = ">=3.10"
25+
keywords = []
26+
27+
>>>>>>> after updating
2128
classifiers = [
2229
"Development Status :: 3 - Alpha",
2330
"License :: OSI Approved :: Apache Software License",
2431
"Programming Language :: Python",
2532
"Programming Language :: Python :: Implementation :: CPython",
2633
"Programming Language :: Python :: Implementation :: PyPy",
2734
"Programming Language :: Python :: 3",
28-
"Programming Language :: Python :: 3.9",
2935
"Programming Language :: Python :: 3.10",
3036
"Programming Language :: Python :: 3.11",
3137
"Programming Language :: Python :: 3.12",

0 commit comments

Comments
 (0)