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.
2 parents 1f28346 + 9b59796 commit bfbc220Copy full SHA for bfbc220
3 files changed
.github/workflows/main.yaml
@@ -40,7 +40,7 @@ jobs:
40
shell: bash
41
strategy:
42
matrix:
43
- python-version: [ '3.7', '3.8', '3.9', '3.10']
+ python-version: [ '3.8', '3.9', '3.10', '3.11']
44
platform: [ubuntu-latest, macOS-latest, windows-latest]
45
runs-on: ${{ matrix.platform }}
46
steps:
0 commit comments