Fix Dockerfile and Python version
All checks were successful
docker-image / docker (push) Successful in 9m56s
All checks were successful
docker-image / docker (push) Successful in 9m56s
This commit is contained in:
parent
afcaa77d81
commit
afa8e93495
3 changed files with 26 additions and 4 deletions
|
@ -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)",
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue