From 662d1c20792ec52feff248b3bbe0b5102f9ef1b2 Mon Sep 17 00:00:00 2001 From: Vilhelm Prytz Date: Mon, 9 Nov 2020 10:38:09 +0100 Subject: [PATCH] setup.py: Remove Python 3.4 since it's not tested --- setup.py | 1 - 1 file changed, 1 deletion(-) diff --git a/setup.py b/setup.py index 239b9fa..311534c 100644 --- a/setup.py +++ b/setup.py @@ -20,7 +20,6 @@ def dependencies(file): license="MIT", classifiers=[ "Programming Language :: Python", - "Programming Language :: Python :: 3.4", "Programming Language :: Python :: 3.5", "Programming Language :: Python :: 3.6", "Programming Language :: Python :: 3.7",