Skip to content
This repository was archived by the owner on May 21, 2024. It is now read-only.

Commit 45ca9fa

Browse files
author
Henrich Lauko
committed
Makefile: Drop support of unsupported Python 3.5 from manylinux build
1 parent 6b40021 commit 45ca9fa

1 file changed

Lines changed: 0 additions & 3 deletions

File tree

Makefile

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -56,9 +56,6 @@ manylinux:
5656
docker run -e PYTHON=/opt/python/cp38-cp38/bin/python \
5757
--rm -v $(shell pwd):/io $(MANYLINUX_IMAGE) \
5858
/io/scripts/bootstrap.sh
59-
docker run \
60-
--rm -v $(shell pwd):/io $(MANYLINUX_IMAGE) \
61-
/opt/python/cp35-cp35m/bin/pip wheel /io -w /io/dist
6259
docker run \
6360
--rm -v $(shell pwd):/io $(MANYLINUX_IMAGE) \
6461
/opt/python/cp36-cp36m/bin/pip wheel /io -w /io/dist

0 commit comments

Comments
 (0)