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 fadcd53 commit 46d06e7Copy full SHA for 46d06e7
.github/workflows/build.yml
@@ -24,7 +24,7 @@ jobs:
24
strategy:
25
fail-fast: false
26
matrix:
27
- python: ["3.9", "3.10", "3.11", "3.12"]
+ python: ["3.9", "3.10", "3.11", "3.12", "3.13"]
28
os: ["ubuntu-latest"]
29
steps:
30
- name: Clone repo
0 commit comments