Skip to content

Commit f70e682

Browse files
authored
Update pyproject.toml
1 parent 4e91c95 commit f70e682

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,9 +8,8 @@ authors = [{name = "the hatch-cpp authors", email = "t.paine154@gmail.com"}]
88
description = "Hatch plugin for C++ builds"
99
readme = "README.md"
1010
license = { text = "Apache-2.0" }
11-
<<<<<<< before updating
1211
version = "0.1.9"
13-
requires-python = ">=3.9"
12+
requires-python = ">=3.10"
1413
keywords = [
1514
"hatch",
1615
"python",
@@ -19,12 +18,7 @@ keywords = [
1918
"c++",
2019
"cmake",
2120
]
22-
=======
23-
version = "0.1.0"
24-
requires-python = ">=3.10"
25-
keywords = []
2621

27-
>>>>>>> after updating
2822
classifiers = [
2923
"Development Status :: 3 - Alpha",
3024
"License :: OSI Approved :: Apache Software License",

0 commit comments

Comments
 (0)