From 079acd87c0b8e5cb769a9ad52ff885be5aad09fb Mon Sep 17 00:00:00 2001 From: Darren Eberly Date: Sun, 20 Sep 2020 16:35:08 -0400 Subject: [PATCH] Changed required python verison to >= 3.6 from ~= 3.6 --- setup.cfg | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.cfg b/setup.cfg index d115d33..b3036d3 100644 --- a/setup.cfg +++ b/setup.cfg @@ -21,7 +21,7 @@ classifiers = Topic :: Software Development :: Libraries :: Python Modules [options] -python_requires = ~=3.6 +python_requires = >=3.6 setup_requires = setuptools >= 40.6 pip >= 10