Skip to content

Commit

Permalink
Allow running test from 3.9 and 3.10
Browse files Browse the repository at this point in the history
this does not mean we decompile either of those bytecode though.
  • Loading branch information
rocky committed Oct 26, 2021
1 parent c164df2 commit 9cf345d
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions test/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down

0 comments on commit 9cf345d

Please sign in to comment.