From 1e96997ff1c1c64b296cd0a08a253c430038fceb Mon Sep 17 00:00:00 2001 From: idomozes <54306242+idomozes@users.noreply.github.com> Date: Wed, 13 Jul 2022 16:14:14 +0300 Subject: [PATCH] Update setup.py Prevent install in python 3.5 --- setup.py | 1 - 1 file changed, 1 deletion(-) diff --git a/setup.py b/setup.py index 4b4f3cc..3c0c364 100644 --- a/setup.py +++ b/setup.py @@ -29,7 +29,6 @@ 'Operating System :: OS Independent', 'Programming Language :: Python', 'Programming Language :: Python :: 3', - 'Programming Language :: Python :: 3.5', 'Programming Language :: Python :: 3.6', 'Programming Language :: Python :: 3.7', 'Programming Language :: Python :: 3.8',