From cf3b05208ed69d6afe91d25734db8dea47d3f56a Mon Sep 17 00:00:00 2001 From: Chris Jaehnen Date: Sun, 20 Jul 2025 20:15:25 -0400 Subject: [PATCH] Downgrade to support Python 3.12 and later --- README.md | 2 +- pyproject.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) 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",