Merge pull request #2713 from alexjurkiewicz/tox-py-minver

Update minimum Python version in tox.ini
This commit is contained in:
Anton Vorobyov
2026-01-11 20:11:23 +04:00
committed by GitHub

View File

@@ -7,7 +7,7 @@ passenv = CI TRAVIS TRAVIS_*
deps =
-rrequirements.txt
-rrequirements_test.txt
basepython = python3.8
basepython = python3.11
commands = py.test -vv --cov Pyfa tests2/
[testenv:pep8]