Removed Python 3.8 and added 3.12 support
Some checks failed
Tests / test (3.10) (push) Failing after 10s
Tests / test (3.11) (push) Failing after 10s
Tests / test (3.12) (push) Failing after 10s
Tests / test (3.9) (push) Failing after 9s

This commit is contained in:
Profitroll 2024-09-24 16:51:42 +03:00
parent 8d68bf2681
commit 091f30bcb2

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 =