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 dce4a11 commit 4bbc098Copy full SHA for 4bbc098
.github/workflows/main.yml
@@ -15,7 +15,7 @@ jobs:
15
fail-fast: false
16
matrix:
17
os: [ubuntu-latest, macos-latest, windows-latest]
18
- python-version: ['3.6', '3.7', '3.8', '3.9', '3.10', '3.11-beta.1']
+ python-version: ['3.6', '3.7', '3.8', '3.9', '3.10', '3.11.0-beta.1']
19
architecture: [x64, x86]
20
exclude:
21
- os: ubuntu-latest
0 commit comments