[CHANGE] Add Python 3.13 to the test matrix

This commit is contained in:
Peter Pfeufer
2025-10-29 14:14:22 +01:00
parent 5d56f0a66c
commit 8c09a8c4e5
3 changed files with 28 additions and 2 deletions

View File

@@ -2,7 +2,7 @@
isolated_build = true
skipsdist = true
usedevelop = true
envlist = py{38,39,310,311,312}-{all,core}, docs
envlist = py{38,39,310,311,312,313}-{all,core}, docs
[testenv]
setenv =
@@ -14,6 +14,7 @@ basepython =
py310: python3.10
py311: python3.11
py312: python3.12
py313: python3.13
deps=
coverage
install_command = pip install -e ".[test]" -U {opts} {packages}