From 5076981351d584f0b7ff0af37dbffbf229e69f84 Mon Sep 17 00:00:00 2001 From: Tim Paine <3105306+timkpaine@users.noreply.github.com> Date: Fri, 20 Sep 2024 13:59:13 -0400 Subject: [PATCH] Allow for python 3.8 for one more month --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index a095ba3..32b7e3e 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -9,7 +9,7 @@ description="Mermaid diagrams in yours Sphinx powered docs" readme = "README.rst" license = { text = "BSD" } version = "1.0.0" -requires-python = ">=3.9" +requires-python = ">=3.8" keywords = [] classifiers = [