Skip to content

Commit

Permalink
build: update 3.11 references to rc1
Browse files Browse the repository at this point in the history
  • Loading branch information
nedbat committed Aug 16, 2022
1 parent 66ddb0b commit 007c616
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/coverage.yml
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ jobs:
- "3.8"
- "3.9"
- "3.10"
- "3.11.0-beta.5"
- "3.11.0-rc.1"
- "pypy-3.7"
exclude:
# Windows PyPy doesn't seem to work?
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/testsuite.yml
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ jobs:
- "3.8"
- "3.9"
- "3.10"
- "3.11.0-beta.5"
- "3.11.0-rc.1"
- "pypy-3.7"
exclude:
# Windows PyPy doesn't seem to work?
Expand Down
2 changes: 1 addition & 1 deletion README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ Coverage.py runs on these versions of Python:

.. PYVERSIONS
* CPython 3.7 through 3.11.0b5.
* CPython 3.7 through 3.11.0 rc1.
* PyPy3 7.3.8.

Documentation is on `Read the Docs`_. Code repository and issue tracker are on
Expand Down
2 changes: 1 addition & 1 deletion coverage/version.py
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
# This file is exec'ed in setup.py, don't import anything!

# Same semantics as sys.version_info.
version_info = (6, 4, 4, "alpha", 0)
version_info = (6, 4, 4, "final", 0)


def _make_version(major, minor, micro, releaselevel, serial):
Expand Down
2 changes: 1 addition & 1 deletion doc/index.rst
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ supported on:

.. PYVERSIONS
* Python versions 3.7 through 3.11.0b5.
* Python versions 3.7 through 3.11.0 rc1.

* PyPy3 7.3.8.

Expand Down

0 comments on commit 007c616

Please sign in to comment.