From f28f2d8045edbb34953e43bd9098e4bd261e49db Mon Sep 17 00:00:00 2001 From: Hugo Date: Sun, 8 Oct 2017 15:16:43 +0300 Subject: [PATCH] Drop support for Python 2.5 --- setup.cfg | 6 ------ 1 file changed, 6 deletions(-) diff --git a/setup.cfg b/setup.cfg index 067c6bc37..79759f781 100644 --- a/setup.cfg +++ b/setup.cfg @@ -15,12 +15,6 @@ # Additional preprocessor definitions might be required. #define=YAML_DECLARE_STATIC -# The following options are used to build PyYAML Windows installer -# for Python 2.5 on my PC: -#include_dirs=../../../libyaml/tags/0.1.4/include -#library_dirs=../../../libyaml/tags/0.1.4/win32/vs2003/output/release/lib -#define=YAML_DECLARE_STATIC - # The following options are used to build PyYAML Windows installer # for Python 2.6, 2.7, 3.0, 3.1 and 3.2 on my PC: #include_dirs=../../../libyaml/tags/0.1.4/include