fix: arguments for setup.py

This commit is contained in:
Guilhem Lavaux 2024-11-17 11:39:20 +01:00
parent 0cba23b248
commit 9f66b5cfc1
2 changed files with 3 additions and 3 deletions

View file

@ -8,7 +8,7 @@ yum install -y zlib-devel
ln -fs /usr/local/bin/cmake /usr/bin/cmake
ALL_PYTHON="cp36-cp36m" # cp37-cp37m cp38-cp38"
ALL_PYTHON="cp39-cp39 cp310-cp310 cp311-cp311"
# Compile wheels
for pkg in $ALL_PYTHON; do