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 067ea51 commit 8c911a7Copy full SHA for 8c911a7
.github/workflows/build.yml
@@ -25,7 +25,7 @@ jobs:
25
runs-on: ${{ matrix.os }}
26
strategy:
27
matrix:
28
- python-version: [ "3.6", "3.7", "3.8", "3.9", "3.10" ]
+ python-version: [ "3.7", "3.8", "3.9", "3.10", "3.11" ]
29
os: [ macos-latest, ubuntu-latest, windows-latest ]
30
31
# Steps represent a sequence of tasks that will be executed as part of the job
0 commit comments