Skip to content

Commit 533e86d

Browse files
authored
Update Python version requirement and version number
Updated Python version requirement and version number.
1 parent 14125fb commit 533e86d

File tree

1 file changed

+1
-7
lines changed

1 file changed

+1
-7
lines changed

pyproject.toml

Lines changed: 1 addition & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -8,20 +8,14 @@ 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
1211
version = "0.1.4"
13-
requires-python = ">=3.9"
12+
requires-python = ">=3.10"
1413
keywords = [
1514
"hatch",
1615
"python",
1716
"build",
1817
"rust",
1918
]
20-
=======
21-
version = "0.1.0"
22-
requires-python = ">=3.10"
23-
keywords = []
24-
>>>>>>> after updating
2519

2620
classifiers = [
2721
"Development Status :: 3 - Alpha",

0 commit comments

Comments
 (0)