Skip to content

Commit a4de85d

Browse files
authored
Merge pull request #17 from python-project-templates/copier-update-2025-11-09T05-00-48
Update from copier (2025-11-09T05:00:48)
2 parents f62b43f + 4159240 commit a4de85d

File tree

2 files changed

+3
-4
lines changed

2 files changed

+3
-4
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: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ description = "A minimal CLI wrapper around hatchling build"
99
readme = "README.md"
1010
license = { text = "Apache-2.0" }
1111
version = "0.4.0"
12-
requires-python = ">=3.9"
12+
requires-python = ">=3.10"
1313
keywords = [
1414
"build",
1515
"hatch",
@@ -22,7 +22,6 @@ classifiers = [
2222
"Programming Language :: Python :: Implementation :: CPython",
2323
"Programming Language :: Python :: Implementation :: PyPy",
2424
"Programming Language :: Python :: 3",
25-
"Programming Language :: Python :: 3.9",
2625
"Programming Language :: Python :: 3.10",
2726
"Programming Language :: Python :: 3.11",
2827
"Programming Language :: Python :: 3.12",
@@ -128,4 +127,4 @@ known-first-party = ["hatch_build"]
128127
section-order = ["future", "standard-library", "third-party", "first-party", "local-folder"]
129128

130129
[tool.ruff.lint.per-file-ignores]
131-
"__init__.py" = ["F401", "F403"]
130+
"__init__.py" = ["F401", "F403"]

0 commit comments

Comments
 (0)