We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents fb77e24 + 82b56e1 commit 5acfa2dCopy full SHA for 5acfa2d
.github/workflows/ci.yml
@@ -28,7 +28,7 @@ jobs:
28
runs-on: ubuntu-latest
29
strategy:
30
matrix:
31
- python-version: ["3.7", "3.8", "3.9", "3.10", "3.11", "3.12"]
+ python-version: ["3.7", "3.8", "3.9", "3.10", "3.11", "3.12", "3.13"]
32
steps:
33
- uses: actions/checkout@v4
34
- name: Set up Python ${{ matrix.python-version }}
0 commit comments