We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 51533f2 commit b15926aCopy full SHA for b15926a
.github/workflows/test.yml
@@ -6,7 +6,7 @@ jobs:
6
strategy:
7
fail-fast: false
8
matrix:
9
- python-version: [3.7, 3.8, 3.9, '3.10', '3.11']
+ python-version: [3.7, 3.8, 3.9, '3.10', '3.11', '3.12']
10
os: [ubuntu-20.04, macos-11, macos-12, windows-2019]
11
runs-on: ${{ matrix.os }}
12
steps:
0 commit comments