Skip to content

Commit de5bae7

Browse files
committed
fix(tests): manylinux images moved to gcc-toolset-15
1 parent 4490469 commit de5bae7

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

tests/integration/test_manylinux.py

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -82,11 +82,11 @@
8282
DEVTOOLSET = {
8383
"manylinux_2_12": "devtoolset-8",
8484
"manylinux_2_17": "devtoolset-10",
85-
"manylinux_2_28": "gcc-toolset-14",
85+
"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 = [

0 commit comments

Comments
 (0)