From 4ac1627b33b8b417f5fef267d947da11cd502a88 Mon Sep 17 00:00:00 2001 From: Alex Jurkiewicz Date: Fri, 2 Jan 2026 09:04:43 +0800 Subject: [PATCH] Update minimum Python version in tox.ini To match the minimum version specified in CONTRIBUTING.md. --- tox.ini | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tox.ini b/tox.ini index 002e3fea86..3c2866c689 100644 --- a/tox.ini +++ b/tox.ini @@ -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]