We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e7b1e0a commit d9da0c9Copy full SHA for d9da0c9
2 files changed
build-wheels.sh
@@ -1,7 +1,7 @@
1
#!/bin/bash
2
#set -e -x
3
4
-py_vers=("/opt/python/cp310-cp310/bin" "/opt/python/cp38-cp38/bin" "/opt/python/cp39-cp39/bin")
+py_vers=("/opt/python/cp312-cp312/bin" "/opt/python/cp313-cp313/bin")
5
6
#for PY in "${py_vers[@]}"; do
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
14
set -e -u -x
15
16
-PLAT=manylinux_2_24_x86_64
+PLAT=manylinux_2_34_x86_64
17
18
function repair_wheel {
19
wheel="$1"
wheels.sh
@@ -1 +1 @@
-docker run --rm -v `pwd`:/io quay.io/pypa/manylinux_2_24_x86_64 /io/build-wheels.sh
+docker run --rm -v `pwd`:/io quay.io/pypa/manylinux_2_34_x86_64 /io/build-wheels.sh
0 commit comments