Skip to content

Commit 4e75bc6

Browse files
committed
build: 3.10b3 is out
1 parent a9c3aeb commit 4e75bc6

File tree

2 files changed

+2
-4
lines changed

2 files changed

+2
-4
lines changed

.github/workflows/coverage.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -34,8 +34,7 @@ jobs:
3434
- "3.7"
3535
- "3.8"
3636
- "3.9"
37-
# wait for 3.10.0b3 for everything to work
38-
#- "3.10.0-beta.2"
37+
- "3.10.0-beta.3"
3938
- "pypy3"
4039
exclude:
4140
# Windows PyPy doesn't seem to work?

.github/workflows/testsuite.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -30,8 +30,7 @@ jobs:
3030
- "3.7"
3131
- "3.8"
3232
- "3.9"
33-
# wait for 3.10.0b3 for everything to work
34-
#- "3.10.0-beta.2"
33+
- "3.10.0-beta.3"
3534
- "pypy3"
3635
exclude:
3736
# Windows PyPy doesn't seem to work?

0 commit comments

Comments
 (0)