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 ae85d5a commit 8ef23ebCopy full SHA for 8ef23eb
.github/workflows/build.yml
@@ -6,7 +6,7 @@ jobs:
6
strategy:
7
matrix:
8
os: [ubuntu-latest, windows-latest, macos-latest]
9
- python-version: ['3.9', '3.10', '3.11', '3.12']
+ python-version: ['3.9', '3.10', '3.11', '3.12', '3.13']
10
runs-on: ${{ matrix.os }}
11
steps:
12
#----------------------------------------------
0 commit comments