From 549bbc0f5445ba8dcafa3630380bb18c8e23997b Mon Sep 17 00:00:00 2001 From: Iustin Pop Date: Tue, 26 Nov 2019 22:23:10 +0100 Subject: [PATCH] Run local tests with 3.8 as well --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 634c6d0..b4e068d 100644 --- a/Makefile +++ b/Makefile @@ -35,7 +35,7 @@ distcheck: dist echo "All good, you can upload $(DISTFILE)!" test: - @for ver in 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 3.8; do \ for flavour in "" "-dbg"; do \ if type python$$ver$$flavour >/dev/null; then \ echo Testing with python$$ver$$flavour; \ -- 2.39.2