@@ -14,6 +14,10 @@ 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.0
18
+
19
+ - PyPy3.6 7.3.0
20
+
17
21
- PyPy2.7 7.2.0
18
22
19
23
- PyPy3.6 7.2.0
@@ -41,38 +45,39 @@ also symlinked to ``/opt/python``. Moreover, each installation of PyPy
41
45
contains also a ``python `` symlink.
42
46
43
47
All the following commands are equivalent and run the PyPy 2.7, version
44
- 7.1.1 . You can use whatever fits best in your build system:
48
+ 7.3.0 . You can use whatever fits best in your build system:
45
49
46
- - ``/opt/pypy/pypy2.7-7.1.1 /bin/pypy ``
50
+ - ``/opt/pypy/pypy2.7-7.3.0 /bin/pypy ``
47
51
48
- - ``/opt/pypy/pypy2.7-7.1.1 /bin/python ``
52
+ - ``/opt/pypy/pypy2.7-7.3.0 /bin/python ``
49
53
50
- - ``/opt/python/pp271-pypy_41 /bin/pypy ``
54
+ - ``/opt/python/pp273-pypy_73 /bin/pypy ``
51
55
52
- - ``/opt/python/pp271-pypy_41 /bin/python ``
56
+ - ``/opt/python/pp273-pypy_73 /bin/python ``
53
57
54
- Similarly, these are the commands to run PyPy 3.6, version 7.1.1 :
58
+ Similarly, these are the commands to run PyPy 3.6, version 7.3.0 :
55
59
56
- - ``/opt/pypy/pypy3.6-7.1.1 /bin/pypy ``
60
+ - ``/opt/pypy/pypy3.6-7.3.0 /bin/pypy ``
57
61
58
- - ``/opt/pypy/pypy3.6-7.1.1 /bin/python ``
62
+ - ``/opt/pypy/pypy3.6-7.3.0 /bin/python ``
59
63
60
- - ``/opt/python/pp371-pypy3_71 /bin/pypy ``
64
+ - ``/opt/python/pp373-pypy36_pp73 /bin/pypy ``
61
65
62
- - ``/opt/python/pp371-pypy3_71 /bin/python ``
66
+ - ``/opt/python/pp373-pypy36_pp73 /bin/python ``
63
67
64
68
65
69
PEP 425 Compatibility tags
66
70
---------------------------
67
71
68
- ``pp271-pypy_41 `` and ``pp371-pypy3_71 `` are the `PEP 425 `_ compliant
72
+ ``pp273-pypy_73 `` and ``pp373-pypy36_pp73 `` are the `PEP 425 `_ compliant
69
73
compatibility tag. In particular:
70
74
71
75
- ``pp `` stands for PyPy (as opposed to ``cp `` which is CPython)
72
76
73
- - ``271 `` and ``371 `` mean "Python [2|3]", "PyPy 7.1 .x".
77
+ - ``273 `` and ``373 `` mean "Python [2|3]", "PyPy 7.3 .x".
74
78
75
- - ``pypy_41 `` and ``pypy3_71 `` are the binary ABI tags for the relevant
76
- version of PyPy. You can probably ignore them.
79
+ - ``pypy_73 `` and ``pypy36_pp73 `` (or before PyPy 7.3.0, ``pypy_41 `` and
80
+ ``pypy3_71 ``) are the binary ABI tags for the relevant version of PyPy.
81
+ You can probably ignore them.
77
82
78
83
.. _`PEP 425` : https://www.python.org/dev/peps/pep-0425/
0 commit comments