From 96beb9b553927f86eab8f902f84c4a6fcd91d6a6 Mon Sep 17 00:00:00 2001 From: Marko Ristin Date: Wed, 2 Jun 2021 16:13:26 +0200 Subject: [PATCH] Drop support for Python 3.5 We drop support for Python 3.5 as it reached its end-of-life. --- setup.py | 1 - 1 file changed, 1 deletion(-) diff --git a/setup.py b/setup.py index 47d61aa..e05a4cf 100644 --- a/setup.py +++ b/setup.py @@ -34,7 +34,6 @@ 'Development Status :: 5 - Production/Stable', 'Intended Audience :: Developers', 'License :: OSI Approved :: MIT License', - 'Programming Language :: Python :: 3.5', 'Programming Language :: Python :: 3.6', 'Programming Language :: Python :: 3.7', 'Programming Language :: Python :: 3.8'