From b03316fec52f1bcd7012f6b3a72c827d65eef0ae Mon Sep 17 00:00:00 2001 From: dreyjo <59994482+dreyjo@users.noreply.github.com> Date: Wed, 18 Oct 2023 15:14:28 -0400 Subject: [PATCH] changed minimum python version to 3.8 --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index c0faaeb..ce466f9 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -7,7 +7,7 @@ readme = "README.md" packages = [{include = "born_digital_docs_scripts", from = "src"}] [tool.poetry.dependencies] -python = "^3.11" +python = "^3.8" bagit = "^1.8.1"