From 671bf7dc68feb1fc59a3a301534af9a123b58c70 Mon Sep 17 00:00:00 2001 From: Oz N Tiram Date: Thu, 25 Jul 2019 07:38:02 +0200 Subject: [PATCH] Python 3.4 is no longer supported This update the setup metadata to indicate this --- setup.py | 1 - 1 file changed, 1 deletion(-) diff --git a/setup.py b/setup.py index ec50eb2de6..c3f9cd48f1 100644 --- a/setup.py +++ b/setup.py @@ -76,7 +76,6 @@ "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",