From f3f0f14e96cd71d7d9836e11ec38cdb1a1f6b8d6 Mon Sep 17 00:00:00 2001 From: Lyxal <36217120+Lyxal@users.noreply.github.com> Date: Mon, 17 Jul 2023 22:32:16 +1000 Subject: [PATCH] Revert "Expand functionality version" This reverts commit 867c4a0c253d41ebd6021ab0a0cb41e3b67d494f. --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index db55917..384d4f1 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -7,7 +7,7 @@ repository = "https://github.com/Vyxal/Crosshatch" authors = ["Ginger <75683114+GingerIndustries@users.noreply.github.com>"] [tool.poetry.dependencies] -python = ">=3.10" +python = ">=3.10,<3.11" vyxal = "^2.18" rich = "^13.2.0"