We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 839db27 commit dbbc7f7Copy full SHA for dbbc7f7
.github/workflows/test.yml
@@ -8,7 +8,7 @@ jobs:
8
fail-fast: false
9
matrix:
10
os: [ubuntu-latest]
11
- version: [3.8, 3.9, "3.10", 3.11]
+ version: [3.8, 3.9, "3.10", 3.11, 3.12]
12
13
name: Tests
14
runs-on: ${{ matrix.os }}
0 commit comments