File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 1
1
#! /bin/bash
2
2
# set -e -x
3
3
4
- py_vers=(" /opt/python/cp310-cp310 /bin" " /opt/python/cp38-cp38/bin " " /opt/python/cp39-cp39 /bin" )
4
+ py_vers=(" /opt/python/cp312-cp312 /bin" " /opt/python/cp313-cp313 /bin" )
5
5
6
6
# for PY in "${py_vers[@]}"; do
7
7
# "${PY}/pip" wheel /io/ -w wheelhouse/
@@ -13,7 +13,7 @@ py_vers=("/opt/python/cp310-cp310/bin" "/opt/python/cp38-cp38/bin" "/opt/python/
13
13
14
14
set -e -u -x
15
15
16
- PLAT=manylinux_2_24_x86_64
16
+ PLAT=manylinux_2_34_x86_64
17
17
18
18
function repair_wheel {
19
19
wheel=" $1 "
Original file line number Diff line number Diff line change 1
- docker run --rm -v ` pwd` :/io quay.io/pypa/manylinux_2_24_x86_64 /io/build-wheels.sh
1
+ docker run --rm -v ` pwd` :/io quay.io/pypa/manylinux_2_34_x86_64 /io/build-wheels.sh
You can’t perform that action at this time.
0 commit comments