Python 3.9 reicht

This commit is contained in:
Stefan Bethke 2022-07-22 17:37:51 +02:00
parent 085806823f
commit 3c524d030e
2 changed files with 2 additions and 2 deletions

2
poetry.lock generated
View file

@ -8,7 +8,7 @@ python-versions = "*"
[metadata]
lock-version = "1.1"
python-versions = "^3.10"
python-versions = "^3.9"
content-hash = "7884484664662ef3a2683e8032b957139e6bb0f977eb2755f300188d91168ca9"
[metadata.files]

View file

@ -5,7 +5,7 @@ description = ""
authors = ["Stefan Bethke <stb@lassitu.de>"]
[tool.poetry.dependencies]
python = "^3.10"
python = "^3.9"
bottle = "^0.12.21"
[tool.poetry.dev-dependencies]