From 79c45a129a161b9b6237dec5876bd88dcdfea0d6 Mon Sep 17 00:00:00 2001 From: Iustin Pop Date: Sun, 29 Nov 2020 02:36:04 +0100 Subject: [PATCH] Run local tests with Py3.9 too --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 0ff92b1..f957c6c 100644 --- a/Makefile +++ b/Makefile @@ -42,7 +42,7 @@ distcheck: dist test: @set -e; \ - for ver in 3.4 3.5 3.6 3.7 3.8; do \ + for ver in 3.4 3.5 3.6 3.7 3.8 3.9; do \ for flavour in "" "-dbg"; do \ if type python$$ver$$flavour >/dev/null; then \ echo Testing with python$$ver$$flavour; \ -- 2.39.2