Compare commits

..

1 Commits

Author SHA1 Message Date
e4bcb28024 Basepython to 3.11
All checks were successful
gl/check check status: success (e4bcb28024c8a023e56ab0be00a0eccc05811c95)
gl/gate gate status: success (e4bcb28024c8a023e56ab0be00a0eccc05811c95)
2025-02-12 14:13:50 +00:00
2 changed files with 2 additions and 1 deletions

View File

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

View File

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