From ce3e8f86d05346ac5cbe71ba9821d9121a4cb910 Mon Sep 17 00:00:00 2001 From: Bastiaan <74717984+ezelbanaan@users.noreply.github.com> Date: Fri, 21 May 2021 15:04:35 +0200 Subject: [PATCH] Removed python 3.4 See https://github.com/GoogleCloudPlatform/flask-talisman/pull/75#issuecomment-845912880 --- setup.py | 1 - 1 file changed, 1 deletion(-) diff --git a/setup.py b/setup.py index 2c5c028..dbd0974 100644 --- a/setup.py +++ b/setup.py @@ -47,7 +47,6 @@ 'Programming Language :: Python :: 2', 'Programming Language :: Python :: 3', 'Programming Language :: Python :: 2.7', - 'Programming Language :: Python :: 3.4', 'Programming Language :: Python :: 3.5', 'Programming Language :: Python :: 3.6',