Skip to content

Commit 9c3d0b4

Browse files
authored
Change requires-python to '>=3.10' and update keywords
Updated Python version requirement and keywords.
1 parent d19ec96 commit 9c3d0b4

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,8 +9,7 @@ description = "Hatch plugin for CMake/C++ 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",
@@ -19,10 +18,6 @@ keywords = [
1918
"c++",
2019
"cmake",
2120
]
22-
=======
23-
requires-python = ">=3.10"
24-
keywords = []
25-
>>>>>>> after updating
2621

2722
classifiers = [
2823
"Development Status :: 3 - Alpha",
@@ -132,4 +127,4 @@ known-first-party = ["hatch_cmake"]
132127
section-order = ["future", "standard-library", "third-party", "first-party", "local-folder"]
133128

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

0 commit comments

Comments
 (0)