File tree 3 files changed +4
-2
lines changed
3 files changed +4
-2
lines changed Original file line number Diff line number Diff line change @@ -26,6 +26,8 @@ Unreleased
26
26
- In the HTML report, the filter term and "hide covered" checkbox settings are
27
27
remembered between viewings, thanks to `Daniel Diniz <pull 1776 _>`_.
28
28
29
+ - Python 3.13.0b1 is supported.
30
+
29
31
30
32
.. _pull 1776 : https://github.com/nedbat/coveragepy/pull/1776
31
33
Original file line number Diff line number Diff line change @@ -25,7 +25,7 @@ Coverage.py runs on these versions of Python:
25
25
26
26
.. PYVERSIONS
27
27
28
- * Python 3.8 through 3.12, and 3.13.0a6 and up.
28
+ * Python 3.8 through 3.12, and 3.13.0b1 and up.
29
29
* PyPy3 versions 3.8 through 3.10.
30
30
31
31
Documentation is on `Read the Docs `_. Code repository and issue tracker are on
Original file line number Diff line number Diff line change @@ -18,7 +18,7 @@ supported on:
18
18
19
19
.. PYVERSIONS
20
20
21
- * Python 3.8 through 3.12, and 3.13.0a6 and up.
21
+ * Python 3.8 through 3.12, and 3.13.0b1 and up.
22
22
* PyPy3 versions 3.8 through 3.10.
23
23
24
24
.. ifconfig :: prerelease
You can’t perform that action at this time.
0 commit comments