Skip to content

Commit 6b5f645

Browse files
committed
Small fix for cpp to use newer manylinux image
1 parent a82cb3f commit 6b5f645

1 file changed

Lines changed: 3 additions & 2 deletions

File tree

cpp/pyproject.toml.jinja

Lines changed: 3 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
"pybind11",
66
]
77
build-backend="hatchling.build"
@@ -40,7 +40,7 @@ develop = [
4040
"check-manifest",
4141
"cibuildwheel",
4242
"codespell>=2.4,<2.5",
43-
"hatch-cpp<0.3",
43+
"hatch-cpp",
4444
"hatchling",
4545
"mdformat>=0.7.22,<1.1",
4646
"mdformat-tables>=1",
@@ -92,6 +92,7 @@ test-command = "echo 'TODO'"
9292
test-extras = "develop"
9393
9494
[tool.cibuildwheel.linux]
95+
manylinux-x86_64-image = "manylinux_2_28"
9596
skip = "*i686 musllinux*"
9697
9798
[tool.cibuildwheel.macos]

0 commit comments

Comments
 (0)