Skip to content

Commit a476e26

Browse files
authored
Downgrade to support Python 3.12 and later (#39)
1 parent 24cd2fd commit a476e26

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ plotting
1414

1515
## Compatibility
1616

17-
* Python 3.13 or later
17+
* Python 3.12 or later
1818

1919
## Setup
2020

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ description = "Modules containing reusable functions for machine learning visual
99
authors = [
1010
{ name = "OpenGood", email = "ai@opengood.ai" }
1111
]
12-
requires-python = ">=3.13"
12+
requires-python = ">=3.12"
1313
classifiers = [
1414
"Programming Language :: Python :: 3",
1515
"License :: OSI Approved :: MIT License",

0 commit comments

Comments
 (0)