From 2bf60b4361f8c4324e9b39396f51bd214ccd74d5 Mon Sep 17 00:00:00 2001 From: rdb Date: Mon, 13 Jan 2020 16:36:02 +0100 Subject: [PATCH] Remove Python 3.4 from setup.cfg Now that we dropped support for Windows XP, we can no longer guarantee support for all Windows versions that Python 3.4 supports. Also see #548. --- setup.cfg | 1 - 1 file changed, 1 deletion(-) diff --git a/setup.cfg b/setup.cfg index ddaadf4f795..65e752e7561 100644 --- a/setup.cfg +++ b/setup.cfg @@ -16,7 +16,6 @@ classifiers = 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