Add Python 3.9 support

pull/23288/head
Esun Kim 5 years ago
parent 445f6814eb
commit c33c67edf6
  1. 2
      tools/dockerfile/grpc_artifact_python_manylinux2010_x64/Dockerfile
  2. 2
      tools/dockerfile/grpc_artifact_python_manylinux2010_x86/Dockerfile
  3. 2
      tools/dockerfile/grpc_artifact_python_manylinux2014_x64/Dockerfile
  4. 2
      tools/dockerfile/grpc_artifact_python_manylinux2014_x86/Dockerfile

@ -13,6 +13,7 @@
# limitations under the License.
# Docker file for building gRPC manylinux Python artifacts.
# Updated: 2020-06-25
FROM quay.io/pypa/manylinux2010_x86_64
@ -28,3 +29,4 @@ RUN /opt/python/cp35-cp35m/bin/pip install --upgrade cython
RUN /opt/python/cp36-cp36m/bin/pip install --upgrade cython
RUN /opt/python/cp37-cp37m/bin/pip install --upgrade cython
RUN /opt/python/cp38-cp38/bin/pip install --upgrade cython
RUN /opt/python/cp39-cp39/bin/pip install --upgrade cython

@ -13,6 +13,7 @@
# limitations under the License.
# Docker file for building gRPC manylinux Python artifacts.
# Updated: 2020-06-25
FROM quay.io/pypa/manylinux2010_i686
@ -28,3 +29,4 @@ RUN /opt/python/cp35-cp35m/bin/pip install --upgrade cython
RUN /opt/python/cp36-cp36m/bin/pip install --upgrade cython
RUN /opt/python/cp37-cp37m/bin/pip install --upgrade cython
RUN /opt/python/cp38-cp38/bin/pip install --upgrade cython
RUN /opt/python/cp39-cp39/bin/pip install --upgrade cython

@ -13,6 +13,7 @@
# limitations under the License.
# Docker file for building gRPC manylinux Python artifacts.
# Updated: 2020-06-25
FROM quay.io/pypa/manylinux2014_x86_64
@ -26,3 +27,4 @@ RUN /opt/python/cp35-cp35m/bin/pip install --upgrade cython
RUN /opt/python/cp36-cp36m/bin/pip install --upgrade cython
RUN /opt/python/cp37-cp37m/bin/pip install --upgrade cython
RUN /opt/python/cp38-cp38/bin/pip install --upgrade cython
RUN /opt/python/cp39-cp39/bin/pip install --upgrade cython

@ -13,6 +13,7 @@
# limitations under the License.
# Docker file for building gRPC manylinux Python artifacts.
# Updated: 2020-06-25
FROM quay.io/pypa/manylinux2014_i686
@ -26,3 +27,4 @@ RUN /opt/python/cp35-cp35m/bin/pip install --upgrade cython
RUN /opt/python/cp36-cp36m/bin/pip install --upgrade cython
RUN /opt/python/cp37-cp37m/bin/pip install --upgrade cython
RUN /opt/python/cp38-cp38/bin/pip install --upgrade cython
RUN /opt/python/cp39-cp39/bin/pip install --upgrade cython

Loading…
Cancel
Save