We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d98dc81 commit 79532d6Copy full SHA for 79532d6
1 file changed
.github/workflows/workflow.yml
@@ -15,7 +15,7 @@ jobs:
15
strategy:
16
fail-fast: false
17
matrix:
18
- python-version: ['3.10', '3.11', '3.12']
+ python-version: ['3.10', '3.11', '3.12', '3.13']
19
os: [ubuntu-latest, windows-latest, macos-latest]
20
21
runs-on: ${{ matrix.os }}
0 commit comments