Skip to content

Commit 3a324b9

Browse files
authored
Merge pull request #2713 from alexjurkiewicz/tox-py-minver
Update minimum Python version in tox.ini
2 parents 11dcc31 + 4ac1627 commit 3a324b9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tox.ini

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ passenv = CI TRAVIS TRAVIS_*
77
deps =
88
-rrequirements.txt
99
-rrequirements_test.txt
10-
basepython = python3.8
10+
basepython = python3.11
1111
commands = py.test -vv --cov Pyfa tests2/
1212

1313
[testenv:pep8]

0 commit comments

Comments
 (0)