mirror of
https://github.com/msgpack/msgpack-python.git
synced 2026-04-12 22:10:19 +00:00
Support Python 3.10 and Drop Python 3.5 (#487)
* linux: Use manylinux2014 * mac: Drop Python 3.6 too
This commit is contained in:
parent
9b84e490e7
commit
b3f7254192
7 changed files with 49 additions and 24 deletions
|
|
@ -7,10 +7,12 @@ set -e -x
|
|||
ARCH=`uname -p`
|
||||
echo "arch=$ARCH"
|
||||
|
||||
ls /opt/python
|
||||
|
||||
for V in "${PYTHON_VERSIONS[@]}"; do
|
||||
PYBIN=/opt/python/$V/bin
|
||||
rm -rf build/ # Avoid lib build by narrow Python is used by wide python
|
||||
$PYBIN/python setup.py bdist_wheel
|
||||
$PYBIN/python -m build -w
|
||||
done
|
||||
|
||||
cd dist
|
||||
|
|
|
|||
|
|
@ -1,7 +1,7 @@
|
|||
PYTHON_VERSIONS=(
|
||||
cp310-cp310
|
||||
cp39-cp39
|
||||
cp38-cp38
|
||||
cp37-cp37m
|
||||
cp36-cp36m
|
||||
cp35-cp35m
|
||||
)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue