Use quay.io/pypa/manylinux2010_x86_64 for PyPy

Update bin/update_docker.py
Update docker images to get PyPy 3.7 v7.3.5
This commit is contained in:
mayeut
2021-05-23 23:46:47 +02:00
parent d608cc5da8
commit 976d8a0740
2 changed files with 16 additions and 16 deletions
+1 -1
View File
@@ -24,7 +24,7 @@ images = [
# 2010 images
Image("manylinux2010", "x86_64", "quay.io/pypa/manylinux2010_x86_64", None),
Image("manylinux2010", "i686", "quay.io/pypa/manylinux2010_i686", None),
Image("manylinux2010", "pypy_x86_64", "pypywheels/manylinux2010-pypy_x86_64", None),
Image("manylinux2010", "pypy_x86_64", "quay.io/pypa/manylinux2010_x86_64", None),
# 2014 images
Image("manylinux2014", "x86_64", "quay.io/pypa/manylinux2014_x86_64", None),
Image("manylinux2014", "i686", "quay.io/pypa/manylinux2014_i686", None),