We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 26e83a6 commit 0d5ee75Copy full SHA for 0d5ee75
.github/workflows/build.yaml
@@ -20,7 +20,7 @@ jobs:
20
fail-fast: false
21
matrix:
22
os: [ubuntu-latest, windows-latest, macos-latest]
23
- python-version: ['3.9', '3.10', '3.11', '3.12']
+ python-version: ['3.10', '3.11', '3.12', '3.13']
24
25
runs-on: ${{ matrix.os }}
26
defaults:
0 commit comments