We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a93f4b3 commit 90b7de8Copy full SHA for 90b7de8
.github/workflows/pre-release.yml
@@ -26,7 +26,7 @@ jobs:
26
strategy:
27
matrix:
28
os: ['ubuntu-latest', 'windows-latest', 'macos-latest']
29
- python-version: [3.8, 3.9]
+ python-version: ["3.8", "3.9", "3.10.0-rc.1"]
30
architecture: ['x64', 'x86']
31
install: ['setup']
32
check: ['test']
0 commit comments