Skip to content

Commit 239e2e9

Browse files
committed
test gcc-15 on manylinux_2_34 & manylinux_2_39
1 parent 1ecab30 commit 239e2e9

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

tests/integration/test_manylinux.py

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -84,9 +84,9 @@
8484
"manylinux_2_17": "devtoolset-10",
8585
"manylinux_2_28": "gcc-toolset-15",
8686
"manylinux_2_31": "devtoolset-not-present",
87-
"manylinux_2_34": "gcc-toolset-14",
87+
"manylinux_2_34": "gcc-toolset-15",
8888
"manylinux_2_35": "devtoolset-not-present",
89-
"manylinux_2_39": "devtoolset-not-present",
89+
"manylinux_2_39": "gcc-toolset-15",
9090
"musllinux_1_2": "devtoolset-not-present",
9191
}
9292
PATH_DIRS = [
@@ -1003,7 +1003,7 @@ def any_manylinux_img(self, request):
10031003
"pip install -U pip setuptools 'coverage[toml]>=7.13'",
10041004
"pip install -U -e /auditwheel_src",
10051005
]
1006-
if policy in {"manylinux_2_28"}:
1006+
if policy in {"manylinux_2_28", "manylinux_2_34", "manylinux_2_39"}:
10071007
commands.append(
10081008
"dnf install -y "
10091009
"gcc-toolset-15-binutils gcc-toolset-15-gcc gcc-toolset-15-gcc-c++ "

0 commit comments

Comments
 (0)