From a44dae50a08eee1001387f93305c7b4171069b4d Mon Sep 17 00:00:00 2001 From: Sean Reifschneider Date: Tue, 24 Oct 2023 21:08:20 -0600 Subject: [PATCH] Another try at workflow dependencies --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index c48b033..bdae832 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -7,7 +7,7 @@ license = "Creative Commons Zero v1.0 Universal" readme = "README.md" [tool.poetry.dependencies] -python = "^3.10" +python = "^3.8" jinja2 = "^3.1.2" symbolicmode = "^2.0.0"