Skip to content

Commit ed77b70

Browse files
authored
Merge pull request #123 from python-project-templates/tkp/cpp
fix hatch-cpp version in cppjswasm template
2 parents 222d96b + f0a339a commit ed77b70

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

cppjswasm/pyproject.toml.jinja

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<0.3",
4+
"hatch-cpp",
55
"hatch-js",
66
"pybind11",
77
]
@@ -42,7 +42,7 @@ develop = [
4242
"check-dist",
4343
"cibuildwheel",
4444
"codespell",
45-
"hatch-cpp<0.3",
45+
"hatch-cpp",
4646
"hatch-js",
4747
"hatchling",
4848
"pybind11",

0 commit comments

Comments
 (0)