From fa7d690f593ec4090ddf3e80f4ec6b5b306a8fef Mon Sep 17 00:00:00 2001 From: AlexNg Date: Thu, 14 Dec 2023 17:35:42 +0800 Subject: [PATCH] Lowering python version requirement --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index bf48e64..23d0a63 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -7,7 +7,7 @@ license = "BSD-3-Clause" readme = "README.md" [tool.poetry.dependencies] -python = "^3.11" +python = "^3.10" "discord.py" = "^2.3.2" python-dotenv = "^1.0.0" emoji = "^2.9.0"