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 99cf687 commit 94bf7b6Copy full SHA for 94bf7b6
.github/workflows/python-package.yml
@@ -20,7 +20,7 @@ jobs:
20
strategy:
21
matrix:
22
os: [ubuntu-latest, windows-latest]
23
- python-version: ["3.7", "3.8", "3.9", "3.10"]
+ python-version: ["3.7", "3.8", "3.9", "3.10", "3.11"]
24
runs-on: ${{ matrix.os }}
25
26
steps:
0 commit comments