File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed
Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change 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}
9292PATH_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++ "
You can’t perform that action at this time.
0 commit comments