We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a82cb3f commit 6b5f645Copy full SHA for 6b5f645
1 file changed
cpp/pyproject.toml.jinja
@@ -1,7 +1,7 @@
1
[build-system]
2
requires = [
3
"hatchling",
4
- "hatch-cpp<0.3",
+ "hatch-cpp",
5
"pybind11",
6
]
7
build-backend="hatchling.build"
@@ -40,7 +40,7 @@ develop = [
40
"check-manifest",
41
"cibuildwheel",
42
"codespell>=2.4,<2.5",
43
44
45
"mdformat>=0.7.22,<1.1",
46
"mdformat-tables>=1",
@@ -92,6 +92,7 @@ test-command = "echo 'TODO'"
92
test-extras = "develop"
93
94
[tool.cibuildwheel.linux]
95
+manylinux-x86_64-image = "manylinux_2_28"
96
skip = "*i686 musllinux*"
97
98
[tool.cibuildwheel.macos]
0 commit comments