Skip to content

Commit 8c69146

Browse files
committed
build: use 3.11.0b3 in ci
1 parent acf0b10 commit 8c69146

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

.github/workflows/coverage.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ jobs:
3939
- "3.8"
4040
- "3.9"
4141
- "3.10"
42-
- "3.11.0-beta.1"
42+
- "3.11.0-beta.3"
4343
- "pypy-3.7"
4444
exclude:
4545
# Windows PyPy doesn't seem to work?

.github/workflows/testsuite.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ jobs:
4242
- "3.8"
4343
- "3.9"
4444
- "3.10"
45-
- "3.11.0-beta.1"
45+
- "3.11.0-beta.3"
4646
- "pypy-3.7"
4747
exclude:
4848
# Windows PyPy doesn't seem to work?

README.rst

Lines changed: 1 addition & 1 deletion
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.0b1.
30+
* CPython 3.7 through 3.11.0b3.
3131
* PyPy3 7.3.8.
3232

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

0 commit comments

Comments
 (0)