@@ -14,9 +14,11 @@ the only supported platform is ``x86_64``.
14
14
At the moment of writing, this image provide the following versions of
15
15
PyPy:
16
16
17
- - PyPy2.7 7.3.1
17
+ - PyPy2.7 7.3.2
18
18
19
- - PyPy3.6 7.3.1
19
+ - PyPy3.6 7.3.2
20
+
21
+ - PyPy3.7 7.3.2
20
22
21
23
- PyPy2.7 7.2.0
22
24
@@ -41,26 +43,28 @@ also symlinked to ``/opt/python``. Moreover, each installation of PyPy
41
43
contains also a ``python `` symlink.
42
44
43
45
All 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:
45
47
46
- - ``/opt/pypy/pypy2.7-7.3.1 /bin/pypy ``
48
+ - ``/opt/pypy/pypy2.7-7.3.2 /bin/pypy ``
47
49
48
- - ``/opt/pypy/pypy2.7-7.3.1 /bin/python ``
50
+ - ``/opt/pypy/pypy2.7-7.3.2 /bin/python ``
49
51
50
52
- ``/opt/python/pp27-pypy_73/bin/pypy ``
51
53
52
54
- ``/opt/python/pp27-pypy_73/bin/python ``
53
55
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 :
55
57
56
- - ``/opt/pypy/pypy3.6-7.3.1 /bin/pypy ``
58
+ - ``/opt/pypy/pypy3.6-7.3.2 /bin/pypy ``
57
59
58
- - ``/opt/pypy/pypy3.6-7.3.1 /bin/python ``
60
+ - ``/opt/pypy/pypy3.6-7.3.2 /bin/python ``
59
61
60
62
- ``/opt/python/pp36-pypy36_pp73/bin/pypy ``
61
63
62
64
- ``/opt/python/pp36-pypy36_pp73/bin/python ``
63
65
66
+ The paths for PyPy 3.7 are completely analogous to the ones for 3.6.
67
+
64
68
65
69
PEP 425 Compatibility tags
66
70
---------------------------
0 commit comments