Skip to content

Commit b8cb29e

Browse files
committed
build: use 3.11.0b5 in ci
1 parent 6dff85d commit b8cb29e

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
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.4"
42+
- "3.11.0-beta.5"
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.4"
45+
- "3.11.0-beta.5"
4646
- "pypy-3.7"
4747
exclude:
4848
# Windows PyPy doesn't seem to work?

0 commit comments

Comments
 (0)