We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 649f700 commit 50d963dCopy full SHA for 50d963d
1 file changed
.github/workflows/test.yml
@@ -12,7 +12,7 @@ jobs:
12
fail-fast: false
13
matrix:
14
os: [ubuntu-latest, macos-latest, windows-latest]
15
- python-version: ["3.7", "3.8", "3.9", "3.10"]
+ python-version: ["3.7", "3.8", "3.9", "3.10", "3.11"]
16
name: build - Python ${{ matrix.python-version }} (${{ matrix.os }})
17
runs-on: ${{ matrix.os }}
18
0 commit comments