We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 03ce291 commit d2b47b9Copy full SHA for d2b47b9
1 file changed
.github/workflows/checks.yml
@@ -10,7 +10,7 @@ jobs:
10
test:
11
strategy:
12
matrix:
13
- python: [ "3.8", "3.9", "3.10", "3.11" ]
+ python: [ "3.8", "3.9", "3.10", "3.11", "3.12" ]
14
os: [ ubuntu-latest, macos-latest, windows-latest ]
15
runs-on: ${{ matrix.os }}
16
steps:
0 commit comments