Skip to content

Commit c0cb889

Browse files
authored
Update hatch-cpp version to 0.5.0
1 parent f1bfb62 commit c0cb889

1 file changed

Lines changed: 1 addition & 8 deletions

File tree

pyproject.toml

Lines changed: 1 addition & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,7 @@
11
[build-system]
22
requires = [
33
"hatchling",
4-
<<<<<<< before updating
5-
"hatch-cpp>=0.3.7",
6-
=======
74
"hatch-cpp>=0.5.0",
8-
>>>>>>> after updating
95
"hatch-js",
106
"pybind11",
117
]
@@ -45,11 +41,7 @@ develop = [
4541
"check-dist",
4642
"cibuildwheel",
4743
"codespell",
48-
<<<<<<< before updating
49-
"hatch-cpp>=0.3.7",
50-
=======
5144
"hatch-cpp>=0.5.0",
52-
>>>>>>> after updating
5345
"hatch-js",
5446
"hatchling",
5547
"pybind11",
@@ -117,6 +109,7 @@ environment = {SKIP_HATCH_JS="1"}
117109
test-command = "python -m pytest -vvv --pyargs python_template_cppjswasm.tests"
118110
test-extras = []
119111
test-requires = ["pytest"]
112+
120113
[tool.coverage.run]
121114
branch = true
122115
omit = [

0 commit comments

Comments
 (0)