From 32ef952126abce1f522b2e993206dee2e5464bd6 Mon Sep 17 00:00:00 2001 From: Iustin Pop Date: Sat, 22 Apr 2023 01:55:20 +0200 Subject: [PATCH] Switch Makefile-based tests to newer versions Move from 3.4-3.9 to 3.7-3.12. This also triggers a segfault with 3.11, fun! --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index a032e2a..55732ea 100644 --- a/Makefile +++ b/Makefile @@ -36,7 +36,7 @@ distcheck: dist test: @set -e; \ - for ver in 3.4 3.5 3.6 3.7 3.8 3.9; do \ + for ver in 3.7 3.8 3.9 3.10 3.11 3.12; do \ for flavour in "" "-dbg"; do \ if type python$$ver$$flavour >/dev/null; then \ echo Testing with python$$ver$$flavour; \ -- 2.39.2