We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d456ea4 commit 0c32932Copy full SHA for 0c32932
2 files changed
build-wheels.sh
@@ -1,7 +1,7 @@
1
#!/bin/bash
2
set -e -x
3
4
-py_vers=("/opt/python/cp38-cp38/bin" "/opt/python/cp39-cp39/bin" "/opt/python/cp310-cp310/bin")
+py_vers=("/opt/python/cp310-cp310/bin" "/opt/python/cp311-cp311/bin" "/opt/python/cp312-cp312/bin")
5
6
for PY in "${py_vers[@]}"; do
7
"${PY}/pip" wheel /io/ -w wheelhouse/
wheels.sh
@@ -1,2 +1,2 @@
-docker run --rm -v `pwd`:/io quay.io/pypa/manylinux2010_x86_64 /io/build-wheels.sh
+docker run --rm -v `pwd`:/io quay.io/pypa/manylinux_2_28_x86_64 /io/build-wheels.sh
#python setup.py bdist_wheel
0 commit comments