From d1191d1c891163886083ac6f8471694a4ae9f59c Mon Sep 17 00:00:00 2001 From: Valentin Lorentz Date: Sat, 18 Dec 2021 18:37:26 +0100 Subject: [PATCH] setup.py: Remove 3.4 and 4.5 from the classifiers --- setup.py | 2 -- 1 file changed, 2 deletions(-) diff --git a/setup.py b/setup.py index c7e96a408..191bb2359 100644 --- a/setup.py +++ b/setup.py @@ -197,8 +197,6 @@ setup( 'Operating System :: OS Independent', 'Operating System :: POSIX', 'Operating System :: Microsoft :: Windows', - 'Programming Language :: Python :: 3.4', - 'Programming Language :: Python :: 3.5', 'Programming Language :: Python :: 3.6', 'Programming Language :: Python :: 3.7', 'Programming Language :: Python :: 3.8',