Skip to content

Commit 90b7de8

Browse files
committed
CI: Test on Python 3.10.0-rc1
1 parent a93f4b3 commit 90b7de8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/pre-release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ jobs:
2626
strategy:
2727
matrix:
2828
os: ['ubuntu-latest', 'windows-latest', 'macos-latest']
29-
python-version: [3.8, 3.9]
29+
python-version: ["3.8", "3.9", "3.10.0-rc.1"]
3030
architecture: ['x64', 'x86']
3131
install: ['setup']
3232
check: ['test']

0 commit comments

Comments
 (0)