Skip to content

Commit 14125fb

Browse files
Update from copier (2025-11-09T05:14:42)
Signed-off-by: github-actions <41898282+github-actions[bot]@users.noreply.github.com>
1 parent 923e27c commit 14125fb

File tree

2 files changed

+7
-2
lines changed

2 files changed

+7
-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: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,7 @@ authors = [{name = "the hatch-rs authors", email = "[email protected]"}]
88
description = "Hatch plugin for Rust builds"
99
readme = "README.md"
1010
license = { text = "Apache-2.0" }
11+
<<<<<<< before updating
1112
version = "0.1.4"
1213
requires-python = ">=3.9"
1314
keywords = [
@@ -16,14 +17,18 @@ keywords = [
1617
"build",
1718
"rust",
1819
]
20+
=======
21+
version = "0.1.0"
22+
requires-python = ">=3.10"
23+
keywords = []
24+
>>>>>>> after updating
1925

2026
classifiers = [
2127
"Development Status :: 3 - Alpha",
2228
"Programming Language :: Python",
2329
"Programming Language :: Python :: Implementation :: CPython",
2430
"Programming Language :: Python :: Implementation :: PyPy",
2531
"Programming Language :: Python :: 3",
26-
"Programming Language :: Python :: 3.9",
2732
"Programming Language :: Python :: 3.10",
2833
"Programming Language :: Python :: 3.11",
2934
"Programming Language :: Python :: 3.12",

0 commit comments

Comments
 (0)