fix: python version

This commit is contained in:
Artemy Egorov 2023-08-30 12:25:11 +03:00
parent a590d5b0a1
commit 5d4be0f74c
2 changed files with 3 additions and 3 deletions

4
poetry.lock generated
View file

@ -877,5 +877,5 @@ watchmedo = ["PyYAML (>=3.10)"]
[metadata] [metadata]
lock-version = "2.0" lock-version = "2.0"
python-versions = "^3.11" python-versions = "^3.10"
content-hash = "28f9f66bfb7f279c3ae56f054ce73eed26a5fec4b1d014d4d5f0d28d35685eda" content-hash = "40cc1973efc4a23109eac2fef8eb2276888e488624d8bf49dba0d5541e305ccb"

View file

@ -7,7 +7,7 @@ license = "MIT"
readme = "README.md" readme = "README.md"
[tool.poetry.dependencies] [tool.poetry.dependencies]
python = "^3.11" python = "^3.10"
mkdocs = "^1.5.2" mkdocs = "^1.5.2"
mkdocs-material = "^9.2.5" mkdocs-material = "^9.2.5"