From 5c78991bc87999dcdb9adeeb5ab7d2242f21592a Mon Sep 17 00:00:00 2001 From: Sebastian Lohff Date: Tue, 29 Sep 2020 22:13:30 +0200 Subject: [PATCH] Advertise python3.5 support For now we don't break compability with python3.5, so why not advertise it! --- setup.py | 1 + 1 file changed, 1 insertion(+) diff --git a/setup.py b/setup.py index e4d499c..7fe811e 100755 --- a/setup.py +++ b/setup.py @@ -34,6 +34,7 @@ setup( 'Programming Language :: Python :: 2', 'Programming Language :: Python :: 2.7', 'Programming Language :: Python :: 3', + 'Programming Language :: Python :: 3.5', 'Programming Language :: Python :: 3.6', 'Programming Language :: Python :: 3.7', 'Programming Language :: Python :: 3.8',