We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e622c34 commit def4711Copy full SHA for def4711
1 file changed
pyproject.toml
@@ -9,8 +9,7 @@ description = "Hatch plugin for JavaScript builds"
9
readme = "README.md"
10
license = { text = "Apache-2.0" }
11
version = "0.1.0"
12
-<<<<<<< before updating
13
-requires-python = ">=3.9"
+requires-python = ">=3.10"
14
keywords = [
15
"hatch",
16
"python",
@@ -20,10 +19,6 @@ keywords = [
20
19
"yarn",
21
"pnpm",
22
]
23
-=======
24
-requires-python = ">=3.10"
25
-keywords = []
26
->>>>>>> after updating
27
28
classifiers = [
29
"Development Status :: 3 - Alpha",
0 commit comments