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: