Skip to content

Commit 57a691f

Browse files
authored
build: use 3.10.0-rc.1 (#1204)
1 parent 6adbefa commit 57a691f

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
@@ -34,7 +34,7 @@ jobs:
3434
- "3.7"
3535
- "3.8"
3636
- "3.9"
37-
- "3.10.0-beta.4"
37+
- "3.10.0-rc.1"
3838
- "pypy3"
3939
exclude:
4040
# 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
@@ -127,7 +127,7 @@ jobs:
127127
- windows-latest
128128
- macos-latest
129129
python-version:
130-
- "3.10.0-alpha.7"
130+
- "3.10.0-rc.1"
131131
fail-fast: false
132132

133133
steps:

.github/workflows/testsuite.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ jobs:
3030
- "3.7"
3131
- "3.8"
3232
- "3.9"
33-
- "3.10.0-beta.4"
33+
- "3.10.0-rc.1"
3434
- "pypy3"
3535
exclude:
3636
# Windows PyPy doesn't seem to work?

0 commit comments

Comments
 (0)