We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5384d2f commit a913819Copy full SHA for a913819
1 file changed
.github/workflows/test.yaml
@@ -10,7 +10,7 @@ jobs:
10
fail-fast: false # To see all versions that fail.
11
matrix:
12
os: ["ubuntu", "windows", "macos"]
13
- python: ["3.7", "3.8", "3.9", "3.10"] # https://devguide.python.org/versions/#versions
+ python: ["3.7", "3.8", "3.9", "3.10", "3.11", "3.12"] # https://devguide.python.org/versions/#versions
14
15
runs-on: ${{ matrix.os }}-latest
16
0 commit comments