Compare commits

..

3 Commits

Author SHA1 Message Date
ad69eef6ee Update otc_metadata/data/documents/dbss-api-ref.yaml
All checks were successful
gl/check check status: success (ad69eef6ee05231b4e66078f6fc84979a3191dfc)
gl/gate gate status: success (ad69eef6ee05231b4e66078f6fc84979a3191dfc)
2025-02-14 08:34:11 +00:00
efe7f283d5 revert Python 3.11
Reviewed-by: tischrei <tino.schreiber@t-systems.com>
Co-authored-by: Gode, Sebastian <sebastian.gode@t-systems.com>
Co-committed-by: Gode, Sebastian <sebastian.gode@t-systems.com>
2025-02-13 10:33:31 +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
2 changed files with 1 additions and 2 deletions

View File

@ -1,4 +1,5 @@
--- ---
environment: internal
hc_location: api/dbss hc_location: api/dbss
html_location: docs/dbss/api-ref html_location: docs/dbss/api-ref
link: /database-security-service/api-ref/ link: /database-security-service/api-ref/

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 =