There was an error while loading. Please reload this page.
1 parent 4490469 commit de5bae7Copy full SHA for de5bae7
1 file changed
tests/integration/test_manylinux.py
@@ -82,11 +82,11 @@
82
DEVTOOLSET = {
83
"manylinux_2_12": "devtoolset-8",
84
"manylinux_2_17": "devtoolset-10",
85
- "manylinux_2_28": "gcc-toolset-14",
+ "manylinux_2_28": "gcc-toolset-15",
86
"manylinux_2_31": "devtoolset-not-present",
87
- "manylinux_2_34": "gcc-toolset-14",
+ "manylinux_2_34": "gcc-toolset-15",
88
"manylinux_2_35": "devtoolset-not-present",
89
- "manylinux_2_39": "devtoolset-not-present",
+ "manylinux_2_39": "gcc-toolset-15",
90
"musllinux_1_2": "devtoolset-not-present",
91
}
92
PATH_DIRS = [
0 commit comments