From 62e7f10cf4e9517177cc5bf2addb577124fd475b Mon Sep 17 00:00:00 2001 From: Jamie Hardt Date: Wed, 17 May 2023 16:19:02 -0700 Subject: [PATCH] Update pyproject.toml Downgraded minimum python version --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 2d1d790..97c39da 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -7,7 +7,7 @@ name = "pycmx" authors = [{name = "Jamie Hardt", email = "jamiehardt@me.com"}] readme = "README.md" dynamic = ["version", "description"] -requires-python = "~=3.8" +requires-python = "~=3.6" classifiers = [ 'Development Status :: 5 - Production/Stable', 'License :: OSI Approved :: MIT License',