From 1c1752d6d6c78d43d59eda4345e2e79da6f38197 Mon Sep 17 00:00:00 2001 From: rocky Date: Sun, 17 Apr 2022 10:23:55 -0400 Subject: [PATCH] Bump testing version ... pyston 2.3 testing --- admin-tools/setup-master.sh | 2 +- test/Makefile | 3 ++- 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/admin-tools/setup-master.sh b/admin-tools/setup-master.sh index 377a0a76..f9564aaf 100755 --- a/admin-tools/setup-master.sh +++ b/admin-tools/setup-master.sh @@ -1,5 +1,5 @@ #!/bin/bash -PYTHON_VERSION=3.7.12 +PYTHON_VERSION=3.7.13 function checkout_version { local repo=$1 diff --git a/test/Makefile b/test/Makefile index 53580600..c6c69e57 100644 --- a/test/Makefile +++ b/test/Makefile @@ -366,7 +366,8 @@ check-bytecode-pypy3.6: 7.2 7.3 7.3: $(PYTHON) test_pythonlib.py --bytecode-pypy3.7 --verify-run - +# Pyston 2.3 +2.3: check-3.8 clean: clean-py-dis clean-dis clean-unverified