Skip to content

Commit 007c616

Browse files
committed
build: update 3.11 references to rc1
1 parent 66ddb0b commit 007c616

File tree

5 files changed

+5
-5
lines changed

5 files changed

+5
-5
lines changed

.github/workflows/coverage.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ jobs:
4646
- "3.8"
4747
- "3.9"
4848
- "3.10"
49-
- "3.11.0-beta.5"
49+
- "3.11.0-rc.1"
5050
- "pypy-3.7"
5151
exclude:
5252
# Windows PyPy doesn't seem to work?

.github/workflows/testsuite.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ jobs:
4646
- "3.8"
4747
- "3.9"
4848
- "3.10"
49-
- "3.11.0-beta.5"
49+
- "3.11.0-rc.1"
5050
- "pypy-3.7"
5151
exclude:
5252
# Windows PyPy doesn't seem to work?

README.rst

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

2828
.. PYVERSIONS
2929
30-
* CPython 3.7 through 3.11.0b5.
30+
* CPython 3.7 through 3.11.0 rc1.
3131
* PyPy3 7.3.8.
3232

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

coverage/version.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
# This file is exec'ed in setup.py, don't import anything!
66

77
# Same semantics as sys.version_info.
8-
version_info = (6, 4, 4, "alpha", 0)
8+
version_info = (6, 4, 4, "final", 0)
99

1010

1111
def _make_version(major, minor, micro, releaselevel, serial):

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 versions 3.7 through 3.11.0b5.
21+
* Python versions 3.7 through 3.11.0 rc1.
2222

2323
* PyPy3 7.3.8.
2424

0 commit comments

Comments
 (0)