We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e398fdb commit 11fcd82Copy full SHA for 11fcd82
.github/workflows/testing.yml
@@ -9,7 +9,7 @@ jobs:
9
max-parallel: 20
10
matrix:
11
os: [ubuntu-latest, windows-latest]
12
- python-version: ["3.9", "3.10", "3.11"]
+ python-version: ["3.10", "3.11", 3.12]
13
14
runs-on: ${{ matrix.os }}
15
0 commit comments