Skip to content

Commit 41da7b6

Browse files
authored
Update Python version requirement to 3.10
1 parent 4f18474 commit 41da7b6

File tree

1 file changed

+2
-7
lines changed

1 file changed

+2
-7
lines changed

pyproject.toml

Lines changed: 2 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -9,18 +9,13 @@ description = "Hatch plugin for JavaScript"
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",
1716
"build",
1817
"javascript",
1918
]
20-
=======
21-
requires-python = ">=3.10"
22-
keywords = []
23-
>>>>>>> after updating
2419

2520
classifiers = [
2621
"Development Status :: 3 - Alpha",
@@ -130,4 +125,4 @@ known-first-party = ["hatch_javascript"]
130125
section-order = ["future", "standard-library", "third-party", "first-party", "local-folder"]
131126

132127
[tool.ruff.lint.per-file-ignores]
133-
"__init__.py" = ["F401", "F403"]
128+
"__init__.py" = ["F401", "F403"]

0 commit comments

Comments
 (0)