Skip to content

Commit def4711

Browse files
authored
Update required Python version to 3.10
Updated the required Python version from 3.9 to 3.10.
1 parent e622c34 commit def4711

File tree

1 file changed

+1
-6
lines changed

1 file changed

+1
-6
lines changed

pyproject.toml

Lines changed: 1 addition & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -9,8 +9,7 @@ description = "Hatch plugin for JavaScript builds"
99
readme = "README.md"
1010
license = { text = "Apache-2.0" }
1111
version = "0.1.0"
12-
<<<<<<< before updating
13-
requires-python = ">=3.9"
12+
requires-python = ">=3.10"
1413
keywords = [
1514
"hatch",
1615
"python",
@@ -20,10 +19,6 @@ keywords = [
2019
"yarn",
2120
"pnpm",
2221
]
23-
=======
24-
requires-python = ">=3.10"
25-
keywords = []
26-
>>>>>>> after updating
2722

2823
classifiers = [
2924
"Development Status :: 3 - Alpha",

0 commit comments

Comments
 (0)