From 5d4be0f74c977cd8b3617902797297c8f3982cc7 Mon Sep 17 00:00:00 2001 From: Artemy Egorov Date: Wed, 30 Aug 2023 12:25:11 +0300 Subject: [PATCH] fix: python version --- poetry.lock | 4 ++-- pyproject.toml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/poetry.lock b/poetry.lock index 66b4b87..f19eb94 100644 --- a/poetry.lock +++ b/poetry.lock @@ -877,5 +877,5 @@ watchmedo = ["PyYAML (>=3.10)"] [metadata] lock-version = "2.0" -python-versions = "^3.11" -content-hash = "28f9f66bfb7f279c3ae56f054ce73eed26a5fec4b1d014d4d5f0d28d35685eda" +python-versions = "^3.10" +content-hash = "40cc1973efc4a23109eac2fef8eb2276888e488624d8bf49dba0d5541e305ccb" diff --git a/pyproject.toml b/pyproject.toml index 9391dc5..3b7e88c 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -7,7 +7,7 @@ license = "MIT" readme = "README.md" [tool.poetry.dependencies] -python = "^3.11" +python = "^3.10" mkdocs = "^1.5.2" mkdocs-material = "^9.2.5"