We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7631abb commit 3cc0f8eCopy full SHA for 3cc0f8e
1 file changed
.github/workflows/run-tests.yml
@@ -8,7 +8,7 @@ jobs:
8
fail-fast: false
9
matrix:
10
os: [ubuntu-latest, macos-latest, windows-latest]
11
- python-version: ['3.8', '3.9', '3.10', '3.11']
+ python-version: ['3.8', '3.9', '3.10', '3.11', '3.12']
12
13
runs-on: ${{ matrix.os }}
14
0 commit comments