Skip to content

Commit 1677bbb

Browse files
committed
Python 3.10.0rc2
1 parent 626875f commit 1677bbb

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

.github/workflows/coverage.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ jobs:
3737
- "3.7"
3838
- "3.8"
3939
- "3.9"
40-
- "3.10.0-rc.1"
40+
- "3.10.0-rc.2"
4141
- "pypy3"
4242
exclude:
4343
# Windows PyPy doesn't seem to work?

.github/workflows/kit.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -130,7 +130,7 @@ jobs:
130130
- windows-latest
131131
- macos-latest
132132
python-version:
133-
- "3.10.0-rc.1"
133+
- "3.10.0-rc.2"
134134
fail-fast: false
135135

136136
steps:

.github/workflows/testsuite.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ jobs:
3535
- "3.7"
3636
- "3.8"
3737
- "3.9"
38-
- "3.10.0-rc.1"
38+
- "3.10.0-rc.2"
3939
- "pypy3"
4040
exclude:
4141
# Windows PyPy doesn't seem to work?

0 commit comments

Comments
 (0)