From 9cf345d446045447e1cc74e0aa89a72044850a1f Mon Sep 17 00:00:00 2001 From: rocky Date: Tue, 26 Oct 2021 19:05:32 -0400 Subject: [PATCH] Allow running test from 3.9 and 3.10 this does not mean we decompile either of those bytecode though. --- test/Makefile | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/test/Makefile b/test/Makefile index 279f67fb2..50af03a71 100644 --- a/test/Makefile +++ b/test/Makefile @@ -77,6 +77,12 @@ check-3.8: check-bytecode $(PYTHON) test_pythonlib.py --bytecode-3.8-run --verify-run $(PYTHON) test_pythonlib.py --bytecode-3.8 --syntax-verify $(COMPILE) +check-3.9: check-bytecode + @echo "Note that we do not support decompiling Python 3.9 bytecode - no 3.9 tests run" + +check-3.10: check-bytecode + @echo "Note that we do not support decompiling Python 3.10 bytecode - no 3.10 tests run" + # FIXME #: this is called when running under pypy3.5-5.8.0, pypy2-5.6.0, or pypy3.6-7.3.0 5.8 5.6: