Skip to content

Commit 4159240

Browse files
authored
Update Python version requirement to 3.10
Updated Python version requirement and removed old version.
1 parent 81b5c7f commit 4159240

File tree

1 file changed

+2
-8
lines changed

1 file changed

+2
-8
lines changed

pyproject.toml

Lines changed: 2 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -8,19 +8,13 @@ authors = [{name = "the hatch-build authors", email = "[email protected]"}]
88
description = "A minimal CLI wrapper around hatchling build"
99
readme = "README.md"
1010
license = { text = "Apache-2.0" }
11-
<<<<<<< before updating
1211
version = "0.4.0"
13-
requires-python = ">=3.9"
12+
requires-python = ">=3.10"
1413
keywords = [
1514
"build",
1615
"hatch",
1716
"packaging",
1817
]
19-
=======
20-
version = "0.1.0"
21-
requires-python = ">=3.10"
22-
keywords = []
23-
>>>>>>> after updating
2418

2519
classifiers = [
2620
"Development Status :: 3 - Alpha",
@@ -133,4 +127,4 @@ known-first-party = ["hatch_build"]
133127
section-order = ["future", "standard-library", "third-party", "first-party", "local-folder"]
134128

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

0 commit comments

Comments
 (0)