diff --git a/README.md b/README.md index 0fe4b01..63d934d 100644 --- a/README.md +++ b/README.md @@ -14,7 +14,7 @@ plotting ## Compatibility -* Python 3.13 or later +* Python 3.12 or later ## Setup diff --git a/pyproject.toml b/pyproject.toml index b492180..25634ce 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -9,7 +9,7 @@ description = "Modules containing reusable functions for machine learning visual authors = [ { name = "OpenGood", email = "ai@opengood.ai" } ] -requires-python = ">=3.13" +requires-python = ">=3.12" classifiers = [ "Programming Language :: Python :: 3", "License :: OSI Approved :: MIT License",