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 c741a5a commit 7abda55Copy full SHA for 7abda55
.github/workflows/ci.yml
@@ -18,7 +18,7 @@ jobs:
18
strategy:
19
matrix:
20
os: [ubuntu-latest]
21
- python-version: ["3.9", "3.10", "3.11", "3.12"]
+ python-version: ["3.9", "3.10", "3.11", "3.12", "3.13"]
22
runs-on: ${{ matrix.os }}
23
steps:
24
- name: Clone Repository
0 commit comments