Skip to content

Commit 1330e10

Browse files
Update from copier (2026-07-10T23:06:53)
Signed-off-by: github-actions <41898282+github-actions[bot]@users.noreply.github.com>
1 parent 0d93ea0 commit 1330e10

2 files changed

Lines changed: 7 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: 392c67f
2+
_commit: c184e53
33
_src_path: https://github.com/python-project-templates/base.git
44
add_docs: false
55
add_extension: python

pyproject.toml

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,7 @@ authors = [
1212
description = "Hatch plugin for C++ builds"
1313
readme = "README.md"
1414
license = { text = "Apache-2.0" }
15+
<<<<<<< before updating
1516
version = "0.4.0"
1617
requires-python = ">=3.10"
1718
keywords = [
@@ -22,6 +23,11 @@ keywords = [
2223
"c++",
2324
"cmake",
2425
]
26+
=======
27+
version = "0.1.0"
28+
requires-python = ">=3.11"
29+
keywords = []
30+
>>>>>>> after updating
2531

2632
classifiers = [
2733
"Development Status :: 3 - Alpha",
@@ -30,7 +36,6 @@ classifiers = [
3036
"Programming Language :: Python :: Implementation :: CPython",
3137
"Programming Language :: Python :: Implementation :: PyPy",
3238
"Programming Language :: Python :: 3",
33-
"Programming Language :: Python :: 3.10",
3439
"Programming Language :: Python :: 3.11",
3540
"Programming Language :: Python :: 3.12",
3641
"Programming Language :: Python :: 3.13",

0 commit comments

Comments
 (0)