From 2628bc61f4704004f6e1abd4722b7991582fa02f Mon Sep 17 00:00:00 2001 From: Mr-Milk Date: Wed, 28 Sep 2022 13:30:14 +0800 Subject: [PATCH] more flex py version --- pyproject.toml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index 636338f..155d698 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "legendkit" -version = "0.2.0" +version = "0.2.1" description = "Legend creation and manipulation with ease for matplotlib" authors = ["Mr-Milk "] license = "MIT" @@ -17,7 +17,7 @@ classifiers = [ [tool.poetry.dependencies] -python = ["~3.10"] +python = ["~3.7", "~3.8", "~3.9", "~3.10"] matplotlib = "^3.5" scipy = "^1.9.1" pandas = "^1.4.4"