diff --git a/pep-0571.rst b/pep-0571.rst index d9ef4f3d1..2d80c42b0 100644 --- a/pep-0571.rst +++ b/pep-0571.rst @@ -183,10 +183,9 @@ Docker Image Two ``manylinux2010`` Docker images based on CentOS 6 are provided for building binary ``linux`` wheels that can reliably be -converted to ``manylinux2010`` wheels. [10]_ The x86_64 image comes with a +converted to ``manylinux2010`` wheels. [10]_ The x86_64 and i686 images comes with a new compiler suite installed (``gcc``, ``g++``, and ``gfortran`` from ``devtoolset-8``) as well as the latest releases of Python and ``pip``. -For the i686 image, the compiler suite installed is from ``devtoolset-7``. Compatibility with kernels that lack ``vsyscall`` ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~