From ef97917c1cfd670112dd5b4babcbe3e4481c27ce Mon Sep 17 00:00:00 2001 From: Elijah Rippeth Date: Fri, 14 Jan 2022 08:51:09 -0500 Subject: [PATCH] 3.6 is EOL --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index bd141f68b6..845e3d622c 100644 --- a/setup.py +++ b/setup.py @@ -90,7 +90,7 @@ def run(self): install_requires=[ 'tqdm', 'requests', pytorch_package_dep, 'numpy' ], - python_requires='>=3.5', + python_requires='>=3.7', classifiers=[ 'Programming Language :: Python :: 3.7', 'Programming Language :: Python :: 3.8',