Skip to content

Commit 709e02d

Browse files
committed
chore: Update to Python 3.10.0-rc.1
1 parent 5043e3f commit 709e02d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/checks.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ jobs:
1313
test:
1414
strategy:
1515
matrix:
16-
python: [ 3.6, 3.7, 3.8, 3.9, 3.10.0-beta.3 ]
16+
python: [ 3.6, 3.7, 3.8, 3.9, 3.10.0-rc.1 ]
1717
os: [ ubuntu-latest, macos-latest ]
1818
runs-on: ${{ matrix.os }}
1919
steps:

0 commit comments

Comments
 (0)