Skip to content

Commit 099e4cd

Browse files
authored
Update hatch-cpp version in pyproject.toml
Updated hatch-cpp version requirement to >=0.3.5.
1 parent b54d59c commit 099e4cd

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

pyproject.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
[build-system]
22
requires = [
33
"hatchling",
4-
"hatch-cpp",
4+
"hatch-cpp>=0.3.5",
55
"hatch-js",
66
"pybind11",
77
]
@@ -42,7 +42,7 @@ develop = [
4242
"check-dist",
4343
"cibuildwheel",
4444
"codespell",
45-
"hatch-cpp",
45+
"hatch-cpp>=0.3.5",
4646
"hatch-js",
4747
"hatchling",
4848
"pybind11",

0 commit comments

Comments
 (0)