Skip to content

Commit d9da0c9

Browse files
committed
Update build tools
1 parent e7b1e0a commit d9da0c9

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

build-wheels.sh

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
#!/bin/bash
22
#set -e -x
33

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")
55

66
#for PY in "${py_vers[@]}"; do
77
# "${PY}/pip" wheel /io/ -w wheelhouse/
@@ -13,7 +13,7 @@ py_vers=("/opt/python/cp310-cp310/bin" "/opt/python/cp38-cp38/bin" "/opt/python/
1313

1414
set -e -u -x
1515

16-
PLAT=manylinux_2_24_x86_64
16+
PLAT=manylinux_2_34_x86_64
1717

1818
function repair_wheel {
1919
wheel="$1"

wheels.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
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

0 commit comments

Comments
 (0)