1
0
Fork 0
mirror of https://github.com/ultrajson/ultrajson.git synced 2024-05-21 15:26:19 +02:00

Drop 3.5, add 3.9

This commit is contained in:
Hugo van Kemenade 2020-10-06 20:42:35 +03:00
parent 3552b58f00
commit 71ef2a85e6

View File

@ -25,7 +25,7 @@ mkdir -p /io/temp-wheels
# Clean out any old existing wheels.
find /io/temp-wheels/ -type f -delete
for PYBIN in /opt/python/cp3[5678]*/bin; do
for PYBIN in /opt/python/cp3[6789]*/bin; do
"${PYBIN}/pip" install -q -U setuptools wheel pytest --cache-dir /io/pip-cache
(cd /io/ && "${PYBIN}/python" -m pip install .)
(cd /io/ && "${PYBIN}/python" -m pytest)