From 0f1aa138061aa9c8314ed836f4b17e4c29f9248b Mon Sep 17 00:00:00 2001 From: Elliot <3186037+elliot-100@users.noreply.github.com> Date: Sat, 27 Jul 2024 22:39:59 +0100 Subject: [PATCH] Changed: support Python 3.8, 3.9 --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 312709f..25451d0 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -11,7 +11,7 @@ include = ["CHANGELOG.md"] license = "GPL-3.0-only" [tool.poetry.dependencies] -python = ">=3.10,<4.0" +python = ">=3.8,<4.0" spond = ">=1.0.0" pydantic = ">=2.7.1"