From 4e531128253270fe9e0761c970cd2ef71119c164 Mon Sep 17 00:00:00 2001 From: Iustin Pop Date: Thu, 14 Nov 2019 00:16:46 +0100 Subject: [PATCH] Makefile: stop trying to test with py<2.7 Since actual compat was removed a while back. --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 08ff7e4..35b4344 100644 --- a/Makefile +++ b/Makefile @@ -23,7 +23,7 @@ dist: fakeroot ./setup.py sdist test: - @for ver in 2.4 2.5 2.6 2.7 3.0 3.1 3.2 3.3 3.4 3.5 3.6 3.7; do \ + @for ver in 2.7 3.0 3.1 3.2 3.3 3.4 3.5 3.6 3.7; do \ for flavour in "" "-dbg"; do \ if type python$$ver$$flavour >/dev/null; then \ echo Testing with python$$ver$$flavour; \ -- 2.39.2