Drop support for Python 3.7 (due to EOL)
This commit is contained in:
5
tox.ini
5
tox.ini
@@ -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
|
||||
|
Reference in New Issue
Block a user