From 2990496e57121a628df1744fc58c97a23bce613d Mon Sep 17 00:00:00 2001 From: Peter Odding Date: Sat, 7 Mar 2020 00:21:24 +0100 Subject: [PATCH] =?UTF-8?q?Didn't=20mean=20to=20imply=20Python=203.4=20is?= =?UTF-8?q?=20supported=20=F0=9F=98=87?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- setup.py | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/setup.py b/setup.py index 6c1d844..f30ae02 100755 --- a/setup.py +++ b/setup.py @@ -3,7 +3,7 @@ # Setup script for the `pdiffcopy' package. # # Author: Peter Odding -# Last Change: March 6, 2020 +# Last Change: March 7, 2020 # URL: https://pdiffcopy.readthedocs.io """ @@ -91,7 +91,6 @@ def get_absolute_path(*args): "Programming Language :: Python :: 2", "Programming Language :: Python :: 2.7", "Programming Language :: Python :: 3", - "Programming Language :: Python :: 3.4", "Programming Language :: Python :: 3.5", "Programming Language :: Python :: 3.6", "Programming Language :: Python :: 3.7",