Skip to content

Commit

Permalink
create py39 wheel
Browse files Browse the repository at this point in the history
  • Loading branch information
jthiard committed Apr 15, 2021
1 parent 1f0db38 commit 809ac36
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 3 deletions.
1 change: 0 additions & 1 deletion Dockerfile.wheels
Original file line number Diff line number Diff line change
Expand Up @@ -181,7 +181,6 @@ ADD requirements.txt /tmp/requirements.txt
RUN for PYBIN in /opt/python/*/bin; do \
if [[ $PYBIN == *"26"* ]]; then continue; fi; \
if [[ $PYBIN == *"33"* ]]; then continue; fi; \
if [[ $PYBIN == *"39"* ]]; then continue; fi; \
$PYBIN/pip install -U pip ; \
$PYBIN/pip install -r /tmp/requirements.txt ; \
done
Expand Down
1 change: 0 additions & 1 deletion build-linux-wheels.sh
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,6 @@ pushd ${GDAL_BUILD_PATH}
for PYBIN in /opt/python/*/bin; do
if [[ $PYBIN == *"26"* ]]; then continue; fi
if [[ $PYBIN == *"33"* ]]; then continue; fi
if [[ $PYBIN == *"39"* ]]; then continue; fi
export PATH=${PYBIN}:$ORIGINAL_PATH
rm -rf build
CFLAGS="-std=c++11" python setup.py bdist_wheel -d ${UNREPAIRED_WHEELS}
Expand Down
2 changes: 1 addition & 1 deletion tox.ini
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[tox]
skipsdist = True
envlist= py27,py35,py36,py37,py38
envlist= py27,py35,py36,py37,py38,py39

[testenv]
deps = pytest
Expand Down

0 comments on commit 809ac36

Please sign in to comment.