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 f6e97fb commit a1d16b6Copy full SHA for a1d16b6
.github/workflows/test.yml
@@ -13,7 +13,7 @@ jobs:
13
max-parallel: 3
14
matrix:
15
platform: [ubuntu-latest]
16
- python-version: ["3.7", "3.8", "3.9", "3.10"] # 3.11 is not yet supported
+ python-version: ["3.7", "3.8", "3.9", "3.10", "3.11"]
17
18
steps:
19
- uses: actions/checkout@v2
0 commit comments