From c34540733bed907a624be75df1c638de64f55171 Mon Sep 17 00:00:00 2001 From: Albert Wang Date: Sat, 5 Nov 2022 22:36:08 -0700 Subject: [PATCH] Remove support for python 3.5 and 3.6 which are EOL --- setup.py | 2 -- 1 file changed, 2 deletions(-) diff --git a/setup.py b/setup.py index 1ba9ebe..8fbb843 100644 --- a/setup.py +++ b/setup.py @@ -43,8 +43,6 @@ 'License :: OSI Approved :: MIT License', 'Programming Language :: Python :: 3', - 'Programming Language :: Python :: 3.5', - 'Programming Language :: Python :: 3.6', 'Programming Language :: Python :: 3.7', 'Programming Language :: Python :: 3.8', 'Programming Language :: Python :: 3.9',