Basepython to 3.11

This commit is contained in:
Gode, Sebastian 2025-02-12 14:13:50 +00:00
parent f9c18fb99e
commit e4bcb28024

View File

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