From 69a8404edb6b8dddc7ff20da93a93a05ca15b60a Mon Sep 17 00:00:00 2001 From: rocky Date: Sat, 26 Dec 2015 10:24:02 -0500 Subject: [PATCH] For testing we can't 3.3 bytecodes on 2.7 yet, so use 3.2 --- test/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/Makefile b/test/Makefile index 568b8ffe..2ba4f266 100644 --- a/test/Makefile +++ b/test/Makefile @@ -39,7 +39,7 @@ check-disasm: #: Check deparsing bytecode only check-bytecode: - $(PYTHON) test_pythonlib.py --bytecode-2.5 --bytecode-2.7 --bytecode-3.3 + $(PYTHON) test_pythonlib.py --bytecode-2.5 --bytecode-2.7 --bytecode-3.2 #: Check deparsing Python 2.5 check-bytecode-2.5: