Skip to content

Commit 9c4f5a6

Browse files
committed
Don't build for Python 3.6 anymore, since it's old and pyo3 doesn't support it anymore
1 parent a568c66 commit 9c4f5a6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ FROM quay.io/pypa/manylinux2010_x86_64
44

55
ENV PATH /root/.cargo/bin:$PATH
66
# Add all supported python versions
7-
ENV PATH /opt/python/cp36-cp36m/bin/:/opt/python/cp37-cp37m/bin/:/opt/python/cp38-cp38/bin/:/opt/python/cp39-cp39/bin/:$PATH
7+
ENV PATH /opt/python/cp37-cp37m/bin/:/opt/python/cp38-cp38/bin/:/opt/python/cp39-cp39/bin/:$PATH
88
# Otherwise `cargo new` errors
99
ENV USER root
1010

0 commit comments

Comments
 (0)