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.
7
7
8
8
Supported Python versions:
9
9
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
13
12
14
13
Python 2.7 and Python 3.4 are no longer officially supported since GitHub
15
14
Actions doesn't support them anymore: only best effort support is provided.
16
15
17
16
C++03 and C++11 are supported on Python 3.6 and newer.
18
17
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.
22
21
23
22
Some functions related to frame objects and ``PyThreadState `` are not available
24
23
on PyPy.
You can’t perform that action at this time.
0 commit comments