Switch to manylinux 2_24 and add wheel for 3.10

This commit is contained in:
Charles Leifer 2021-10-27 13:39:41 +00:00
parent 9c2569771f
commit acf1888bba
2 changed files with 5 additions and 1 deletions

View file

@ -22,6 +22,6 @@ cp "sqlcipher/sqlite3.c" sqlcipher3/
cp "sqlcipher/sqlite3.h" sqlcipher3/
# Create the wheels and strip symbols to produce manylinux wheels.
docker run -it -v $(pwd):/io quay.io/pypa/manylinux1_x86_64 /io/_build_wheels.sh
docker run -it -v $(pwd):/io quay.io/pypa/manylinux_2_24_x86_64 /io/_build_wheels.sh
sudo rm ./wheelhouse/*-linux_*