From fec5cf10e727d0ebaeb1957850c310373de63eda Mon Sep 17 00:00:00 2001 From: Chris Proctor Date: Mon, 17 Jul 2023 23:53:32 +0000 Subject: [PATCH] Update pyproject.toml to only require python 3.10 --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 0c7c411..1ee7035 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -6,7 +6,7 @@ authors = ["Chris Proctor "] readme = "README.md" [tool.poetry.dependencies] -python = "^3.11" +python = "^3.10" superturtle = "^0.1.0"