@@ -14,9 +14,11 @@ the only supported platform is ``x86_64``.
1414At the moment of writing, this image provide the following versions of
1515PyPy:
1616
17- - PyPy2.7 7.3.1
17+ - PyPy2.7 7.3.2
1818
19- - PyPy3.6 7.3.1
19+ - PyPy3.6 7.3.2
20+
21+ - PyPy3.7 7.3.2
2022
2123- PyPy2.7 7.2.0
2224
@@ -41,26 +43,28 @@ also symlinked to ``/opt/python``. Moreover, each installation of PyPy
4143contains also a ``python `` symlink.
4244
4345All the following commands are equivalent and run the PyPy 2.7, version
44- 7.3.1 . You can use whatever fits best in your build system:
46+ 7.3.2 . You can use whatever fits best in your build system:
4547
46- - ``/opt/pypy/pypy2.7-7.3.1 /bin/pypy ``
48+ - ``/opt/pypy/pypy2.7-7.3.2 /bin/pypy ``
4749
48- - ``/opt/pypy/pypy2.7-7.3.1 /bin/python ``
50+ - ``/opt/pypy/pypy2.7-7.3.2 /bin/python ``
4951
5052- ``/opt/python/pp27-pypy_73/bin/pypy ``
5153
5254- ``/opt/python/pp27-pypy_73/bin/python ``
5355
54- Similarly, these are the commands to run PyPy 3.6, version 7.3.1 :
56+ Similarly, these are the commands to run PyPy 3.6, version 7.3.2 :
5557
56- - ``/opt/pypy/pypy3.6-7.3.1 /bin/pypy ``
58+ - ``/opt/pypy/pypy3.6-7.3.2 /bin/pypy ``
5759
58- - ``/opt/pypy/pypy3.6-7.3.1 /bin/python ``
60+ - ``/opt/pypy/pypy3.6-7.3.2 /bin/python ``
5961
6062- ``/opt/python/pp36-pypy36_pp73/bin/pypy ``
6163
6264- ``/opt/python/pp36-pypy36_pp73/bin/python ``
6365
66+ The paths for PyPy 3.7 are completely analogous to the ones for 3.6.
67+
6468
6569PEP 425 Compatibility tags
6670---------------------------
0 commit comments