Update minimum Python version in tox.ini

To match the minimum version specified in CONTRIBUTING.md.
This commit is contained in:
Alex Jurkiewicz
2026-01-02 09:04:43 +08:00
parent c7074f499f
commit 4ac1627b33

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]