Skip to content

Commit dfcd804

Browse files
committed
docs: 3.13.0b1 is supported
1 parent 0a6e692 commit dfcd804

File tree

3 files changed

+4
-2
lines changed

3 files changed

+4
-2
lines changed

CHANGES.rst

+2
Original file line numberDiff line numberDiff line change
@@ -26,6 +26,8 @@ Unreleased
2626
- In the HTML report, the filter term and "hide covered" checkbox settings are
2727
remembered between viewings, thanks to `Daniel Diniz <pull 1776_>`_.
2828

29+
- Python 3.13.0b1 is supported.
30+
2931

3032
.. _pull 1776: https://github.com/nedbat/coveragepy/pull/1776
3133

README.rst

+1-1
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ Coverage.py runs on these versions of Python:
2525

2626
.. PYVERSIONS
2727
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.
2929
* PyPy3 versions 3.8 through 3.10.
3030

3131
Documentation is on `Read the Docs`_. Code repository and issue tracker are on

doc/index.rst

+1-1
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ supported on:
1818

1919
.. PYVERSIONS
2020
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.
2222
* PyPy3 versions 3.8 through 3.10.
2323

2424
.. ifconfig:: prerelease

0 commit comments

Comments
 (0)