Fix Dockerfile and Python version
All checks were successful
docker-image / docker (push) Successful in 9m56s

This commit is contained in:
Stefan Bethke 2025-05-24 14:21:28 +02:00
commit afa8e93495
3 changed files with 26 additions and 4 deletions

View file

@ -7,7 +7,7 @@ authors = [
]
license = {text = "Apache-2.0"}
readme = "README.md"
requires-python = ">=3.13,<4.0"
requires-python = ">=3.10,<4.0"
dependencies = [
"bottle-websocket (>=0.2.9,<0.3.0)",
"bottleoidc (>=21.8.30,<22.0.0)",