From 4f0f6d2407e9d528d214270acb9573bb2a6a0d4d Mon Sep 17 00:00:00 2001 From: Marko Kreen Date: Sat, 16 Sep 2023 12:39:57 +0300 Subject: [PATCH] run_dump_all: update list of pythons --- test/run_dump_all.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/run_dump_all.sh b/test/run_dump_all.sh index 32cf853..d5c8990 100755 --- a/test/run_dump_all.sh +++ b/test/run_dump_all.sh @@ -3,7 +3,7 @@ JAVA_OPTIONS="-Dpython.path=`pwd`/.." export JAVA_OPTIONS -plist="python3.6 python3.7 python3.8 pypy jython" +plist="python3.7 python3.8 python3.9 python3.10 python3.11 python3.12 pypy3.9 pypy3.10" result=0 for py in $plist; do -- 2.11.4.GIT