From 52349c751304b78927beb266a5e736529a9d0e67 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 00198f8..d73144c 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 = ["sphinx", "mermaid", "diagrams", "documentation"] classifiers = [