Skip to content

Commit 1e14a68

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

File tree

2 files changed

+6
-2
lines changed

2 files changed

+6
-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: true
55
add_extension: python

pyproject.toml

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,8 +8,13 @@ authors = [{name = "the hatch-multi authors", email = "[email protected]"}]
88
description = "Create multiple discrete packages from optional-dependencies (extras)"
99
readme = "README.md"
1010
license = { text = "Apache-2.0" }
11+
<<<<<<< before updating
1112
version = "1.0.0"
1213
requires-python = ">=3.9"
14+
=======
15+
version = "0.1.0"
16+
requires-python = ">=3.10"
17+
>>>>>>> after updating
1318
keywords = []
1419

1520
classifiers = [
@@ -18,7 +23,6 @@ classifiers = [
1823
"Programming Language :: Python :: Implementation :: CPython",
1924
"Programming Language :: Python :: Implementation :: PyPy",
2025
"Programming Language :: Python :: 3",
21-
"Programming Language :: Python :: 3.9",
2226
"Programming Language :: Python :: 3.10",
2327
"Programming Language :: Python :: 3.11",
2428
"Programming Language :: Python :: 3.12",

0 commit comments

Comments
 (0)