Skip to content

Commit

Permalink
python: pin auditwheel version
Browse files Browse the repository at this point in the history
  • Loading branch information
thejcfactor committed Feb 23, 2024
1 parent 7f7503e commit c8f24e6
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion python/manylinux/build-wheels.sh
Original file line number Diff line number Diff line change
@@ -1,7 +1,8 @@
#!/bin/bash
set -e -u

/opt/python/cp38-cp38/bin/python -m pip install auditwheel
# TODO: update to 6.0.0 for Python 3.12 support
/opt/python/cp38-cp38/bin/python -m pip install auditwheel==5.4.0

#allowed_python_versions="cp37-cp37m", "cp38-cp38", "cp39-cp39", "cp310-cp310", "cp311-cp311", "cp312-cp312")
# 3.7 EOL 2023.06.30, keep in list just in case, but CI pipeline sets CPYTHON_VERSIONS
Expand Down

0 comments on commit c8f24e6

Please sign in to comment.