Drop support for Python 3.7 (due to EOL)
Some checks failed
Tests / test (3.10) (push) Failing after 5m30s
Tests / test (3.11) (push) Failing after 5m33s
Tests / test (3.8) (push) Failing after 5m29s
Tests / test (3.9) (push) Failing after 5m29s

This commit is contained in:
2023-11-19 23:47:41 +01:00
parent b0b874bfc8
commit fa4f7b83ec
4 changed files with 6 additions and 6 deletions

View File

@@ -1,11 +1,10 @@
[tox]
minversion = 3.8.0
envlist = py37, py38, py39, py310, py311
envlist = py38, py39, py310, py311
isolated_build = true
[gh-actions]
python =
3.7: py37
3.8: py38
3.9: py39
3.10: py310
@@ -14,6 +13,8 @@ python =
[testenv]
setenv =
PYTHONPATH = {toxinidir}
passenv =
RMV_TOKEN
deps =
-r{toxinidir}/requirements/_.txt
-r{toxinidir}/requirements/dev.txt