From 5798f56683308799f2a84bde4d79dd9d6cf39207 Mon Sep 17 00:00:00 2001 From: Tony Meyer Date: Thu, 6 Jun 2024 19:58:06 +1200 Subject: [PATCH] Fix bad merge. --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 51a4f91c..dc5a4b13 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -22,7 +22,7 @@ dependencies = [ "PyYAML>=6.0.1", ] readme = "README.md" -requires-python = ">=3.10" +requires-python = ">=3.8" classifiers = [ "Development Status :: 3 - Alpha",