From 2072f8ce8105ff0ae79d5e3ca6c8a9fce5205f0f Mon Sep 17 00:00:00 2001 From: InsanusMokrassar Date: Tue, 13 Jun 2023 22:23:57 +0600 Subject: [PATCH] update python version in poetry --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index c8e20e4..2ada91c 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -5,7 +5,7 @@ description = "Documentation for InsanusMokrassar's projects" authors = ["InsanusMokrassar"] [tool.poetry.dependencies] -python = "3.8.10" +python = "^3.8" mkdocs = "^1.4.3" markdown-callouts = "^0.3.0" mkdocs-autorefs = "^0.4.1"