From 8d15f99f65776ac50ac4b9ab066ac537694a7787 Mon Sep 17 00:00:00 2001 From: Yax <1949284+kianby@users.noreply.github.com> Date: Sat, 25 Mar 2023 19:03:30 +0100 Subject: [PATCH] python 3.8 is ok --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index fd2af30..7fb8c2a 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -5,7 +5,7 @@ description = "" authors = ["Yax"] [tool.poetry.dependencies] -python = ">=3.11.0,<3.12" +python = ">=3.8.0,<3.12" requests = "^2.25.1" Pygments = "^2.7.4" mistune = "^2.0.3"