revert Python 3.11

revert Basepython to 3.11
This commit is contained in:
Gode, Sebastian 2025-02-13 07:57:29 +00:00
parent c3a51e8aeb
commit c3b60bb11d

View File

@ -3,10 +3,8 @@ minversion = 3.1
envlist = py39,pep8
skipsdist = True
ignore_basepython_conflict = True
basepython = python3.11
[testenv]
basepython = python3.11
usedevelop = True
install_command = pip install {opts} {packages}
deps =