Run tests on Python 3.13

This commit is contained in:
Lars Holmberg 2024-10-15 08:39:30 +02:00
parent 4d12906219
commit 9c74acd156
2 changed files with 2 additions and 1 deletions

View File

@ -145,6 +145,7 @@ jobs:
- { name: "MacOS", python: '3.12.5', os: macos-latest, tox: fail_fast_test_main_external_package }
# Unit tests on Python versions
- { name: "Python 3.13", python: "3.13.0", os: ubuntu-latest, tox: py313 }
- { name: "Python 3.12", python: "3.12.5", os: ubuntu-latest, tox: py312 }
- { name: "Python 3.11", python: "3.11.9", os: ubuntu-latest, tox: py311 }
- { name: "Python 3.10", python: "3.10.14", os: ubuntu-latest, tox: py310 }

View File

@ -2,7 +2,7 @@
envlist =
ruff
mypy
py{39,310,311,312}
py{39,310,311,312,313}
fail_fast_test_main
[testenv]