From 606a278d2889f7729ef85ae1a0a2942100352d46 Mon Sep 17 00:00:00 2001 From: Mike Lynch Date: Sat, 9 Dec 2023 12:47:51 +1100 Subject: [PATCH] Downgraded python to 3.7 so that it works on the Pi --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 41ca383..8a87d58 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -6,7 +6,7 @@ authors = ["Mike Lynch "] readme = "README.md" [tool.poetry.dependencies] -python = "^3.9" +python = "^3.7" feedparser = "^6.0.10" [tool.poetry.scripts]