Dropped Python 3.8 support and added 3.12 support instead

This commit is contained in:
2024-09-21 00:11:13 +02:00
parent 78a5fb886f
commit a341ffd41d
4 changed files with 9 additions and 9 deletions

View File

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