Skip to content

Commit

Permalink
Add Python 3.9 support
Browse files Browse the repository at this point in the history
veblush committed Jun 26, 2020
1 parent 445f681 commit c33c67e
Showing 4 changed files with 8 additions and 0 deletions.
Original file line number Diff line number Diff line change
@@ -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
Original file line number Diff line number Diff line change
@@ -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
Original file line number Diff line number Diff line change
@@ -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
Original file line number Diff line number Diff line change
@@ -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

0 comments on commit c33c67e

Please sign in to comment.