Compare commits

..

2 Commits

Author SHA1 Message Date
c3b60bb11d revert Python 3.11
All checks were successful
gl/check check status: success (c3b60bb11d3c0989f0973eef8c20a22ae6130fe2)
gl/gate gate status: success (c3b60bb11d3c0989f0973eef8c20a22ae6130fe2)
revert Basepython to 3.11
2025-02-13 07:57:29 +00:00
c3a51e8aeb Basepython to 3.11
Reviewed-by: Hasko, Vladimir <vladimir.hasko@t-systems.com>
Co-authored-by: Sebastian Gode <sebastian.gode@telekom.de>
Co-committed-by: Sebastian Gode <sebastian.gode@telekom.de>
2025-02-12 14:41:43 +00:00

View File

@ -3,10 +3,8 @@ 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 =