Skip to content

Commit 9bfd8de

Browse files
committed
Update supported Python versions
1 parent 68aad45 commit 9bfd8de

File tree

1 file changed

+5
-6
lines changed

1 file changed

+5
-6
lines changed

docs/api.rst

Lines changed: 5 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -7,18 +7,17 @@ functions for old Python versions.
77

88
Supported 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

1413
Python 2.7 and Python 3.4 are no longer officially supported since GitHub
1514
Actions doesn't support them anymore: only best effort support is provided.
1615

1716
C++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

2322
Some functions related to frame objects and ``PyThreadState`` are not available
2423
on PyPy.

0 commit comments

Comments
 (0)