Skip to content

Commit c9c1efc

Browse files
committed
build: 3.11.0-alpha.5 is available
1 parent 1bd22d3 commit c9c1efc

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-alpha.4"
42+
- "3.11.0-alpha.5"
4343
- "pypy-3.7"
4444
exclude:
4545
# Windows PyPy doesn't seem to work?

.github/workflows/kit.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -236,7 +236,7 @@ jobs:
236236
py:
237237
# PYVERSIONS. Available versions:
238238
# https://github.com/actions/python-versions/blob/main/versions-manifest.json
239-
- "3.11.0-alpha.4"
239+
- "3.11.0-alpha.5"
240240
fail-fast: false
241241

242242
steps:

.github/workflows/testsuite.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-alpha.4"
42+
- "3.11.0-alpha.5"
4343
- "pypy-3.7"
4444
exclude:
4545
# Windows PyPy doesn't seem to work?

0 commit comments

Comments
 (0)