From ffeaa78a06891fa7e3da69327869bdfa5fcc6261 Mon Sep 17 00:00:00 2001 From: Iustin Pop Date: Thu, 30 Apr 2015 17:31:18 +0200 Subject: [PATCH] Bump upper python version test in Makefile --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 0a5530c..5a66261 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; do \ + @for ver in 2.4 2.5 2.6 2.7 3.0 3.1 3.2 3.3 3.4 3.5; do \ if type python$$ver >/dev/null; then \ echo Testing with python$$ver; \ python$$ver ./setup.py test -q; \ -- 2.39.5