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 e36e083 commit 074e967Copy full SHA for 074e967
.github/workflows/python-package.yml
@@ -16,7 +16,7 @@ jobs:
16
fail-fast: false
17
matrix:
18
os: ["ubuntu-24.04", "ubuntu-22.04", "ubuntu-20.04"]
19
- python: ["3.9", "3.10", "3.11", "3.12"]
+ python: ["3.9", "3.10", "3.11", "3.12", "3.13"]
20
runs-on: ${{ matrix.os }}
21
steps:
22
- uses: actions/checkout@v4
0 commit comments