From 0bd172635006315dc98bd056ea2b1563b0ed922b Mon Sep 17 00:00:00 2001 From: Thomas Cokelaer Date: Thu, 17 Oct 2024 11:30:02 +0200 Subject: [PATCH] add pyton 3.8 support --- pyproject.toml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index fedf981..d73b026 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -19,6 +19,7 @@ classifiers = [ "Intended Audience :: Science/Research", "License :: OSI Approved :: BSD License", "Operating System :: POSIX :: Linux", + "Programming Language :: Python :: 3.8", "Programming Language :: Python :: 3.9", "Programming Language :: Python :: 3.10", "Programming Language :: Python :: 3.11", @@ -37,7 +38,7 @@ Documentation = "https://colormap.readthedocs.io" [tool.poetry.dependencies] -python = "^3.9" +python = "^3.8" matplotlib = "^3.8.4"