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 cac040d commit dcc694cCopy full SHA for dcc694c
.github/workflows/tox.yml
@@ -24,7 +24,7 @@ jobs:
24
strategy:
25
fail-fast: false
26
matrix:
27
- python-version: ["3.9", "3.10", "3.11"]
+ python-version: ["3.9", "3.10", "3.11", "3.12", "3.13"]
28
steps:
29
- uses: actions/checkout@v4
30
- name: Set up Python ${{ matrix.python-version }}
0 commit comments