diff --git a/pyproject.toml b/pyproject.toml index 44c1dc6..36535fd 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -3,7 +3,7 @@ name = "makeGraph" version = "0.1.12" description = "A custom python Matplotlib wrapper" readme = "README.md" -requires-python = ">=3.13" +requires-python = ">=3.8" dependencies = [ "matplotlib>=3.10.1", ]