File tree Expand file tree Collapse file tree 1 file changed +5
-6
lines changed
Expand file tree Collapse file tree 1 file changed +5
-6
lines changed Original file line number Diff line number Diff line change @@ -7,18 +7,17 @@ functions for old Python versions.
77
88Supported Python versions:
99
10- * Python 3.5 - 3.12
11- * PyPy 2.7
12- * PyPy 3.6 - 3.9
10+ * Python 3.5 - 3.13
11+ * PyPy 2.7 and PyPy 3.6 - 3.10
1312
1413Python 2.7 and Python 3.4 are no longer officially supported since GitHub
1514Actions doesn't support them anymore: only best effort support is provided.
1615
1716C++03 and C++11 are supported on Python 3.6 and newer.
1817
19- A C99 subset is required, like ``static inline `` functions: see ` PEP 7
20- <https://www.python.org/dev/peps/pep-0007/> `_. ISO C90 is partially supported
21- for Python 2.7.
18+ A C11 subset (without optional features) is required, like ``static inline ``
19+ functions: see ` PEP 7 <https://www.python.org/dev/peps/pep-0007/ >`_. ISO C90
20+ is partially supported for Python 2.7.
2221
2322Some functions related to frame objects and ``PyThreadState `` are not available
2423on PyPy.
You can’t perform that action at this time.
0 commit comments