Dropped support for Python 3.8 because of EOL.
All checks were successful
Tests / test (3.11) (push) Successful in 3m10s
Tests / test (3.9) (push) Successful in 3m10s
Tests / test (3.12) (push) Successful in 3m21s
Tests / test (3.10) (push) Successful in 3m11s

This commit is contained in:
2024-11-30 20:04:06 +01:00
parent a3eb99793e
commit 2b37dd2a0c
4 changed files with 8 additions and 10 deletions

View File

@@ -1,11 +1,10 @@
[tox]
minversion = 3.8.0
envlist = py38, py39, py310, py311, py312
minversion = 3.9.0
envlist = py39, py310, py311, py312
isolated_build = true
[gh-actions]
python =
3.8: py38
python =
3.9: py39
3.10: py310
3.11: py311