Skip to content

Commit

Permalink
add py313 to ci
Browse files Browse the repository at this point in the history
  • Loading branch information
martinvonk committed Dec 17, 2024
1 parent 6ae5d8a commit 9d80243
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion .github/workflows/tests.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,12 @@ jobs:
python: "3.12-dev"
os: ubuntu-latest
toxenv: py312
experimental: true
experimental: false
- name: Test suite with py313-ubuntu
python: "3.13"
os: ubuntu-latest
toxenv: py313
experimental: false
- name: Type check with mypy
python: "3.10"
os: ubuntu-latest
Expand Down

0 comments on commit 9d80243

Please sign in to comment.