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 3718d1c commit 31e09b6Copy full SHA for 31e09b6
.github/workflows/python-package.yml
@@ -20,7 +20,7 @@ jobs:
20
strategy:
21
matrix:
22
os: [ubuntu-latest, windows-latest]
23
- python-version: ["3.9", "3.10", "3.11", "3.12"]
+ python-version: ["3.9", "3.10", "3.11", "3.12", "3.13"]
24
runs-on: ${{ matrix.os }}
25
26
steps:
0 commit comments