From 2986771f07de87bfee44dd3bbb4f285e249aad76 Mon Sep 17 00:00:00 2001 From: Kelly Brazil Date: Thu, 3 Feb 2022 09:21:20 -0800 Subject: [PATCH] require python v3.7 and above since v3.6 is now deprecated --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index f3dcc6b6..d0c112fa 100755 --- a/setup.py +++ b/setup.py @@ -17,7 +17,7 @@ setuptools.setup( license='MIT', long_description=long_description, long_description_content_type='text/markdown', - python_requires='>=3.6', + python_requires='>=3.7', url='https://github.com/kellyjonbrazil/jc', packages=setuptools.find_packages(exclude=['*.tests', '*.tests.*', 'tests.*', 'tests']), entry_points={