We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent fa1bd85 commit 53544f6Copy full SHA for 53544f6
.github/workflows/python-ci.yml
@@ -47,7 +47,7 @@ jobs:
47
runs-on: ubuntu-22.04
48
strategy:
49
matrix:
50
- python: ['3.9', '3.10', '3.11', '3.12']
+ python: ['3.9', '3.10', '3.11', '3.12', '3.13']
51
52
steps:
53
- uses: actions/checkout@v4
0 commit comments