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 ce6d92e commit 92fee4aCopy full SHA for 92fee4a
.github/workflows/ci.yml
@@ -61,7 +61,7 @@ jobs:
61
needs: lint
62
strategy:
63
matrix:
64
- pyver: ['3.6', '3.7', '3.8', '3.9', '3.10']
+ pyver: ['3.6', '3.7', '3.8', '3.9', '3.10', '3.11-dev']
65
no-extensions: ['', 'Y']
66
os: [ubuntu, macos, windows]
67
exclude:
0 commit comments