Try expanding 3.8 testing

This commit is contained in:
rocky
2019-10-30 19:36:42 -04:00
parent dae195e36e
commit 40c2f2962c
2 changed files with 2 additions and 2 deletions

View File

@@ -48,7 +48,7 @@ check-3.8:
2.6 5.0 5.3 5.6 5.8:
#:PyPy pypy3-2.4.0 Python 3:
pypy-3.2 2.4:
7.1 pypy-3.2 2.4:
$(MAKE) -C test $@
#: Run py.test tests

View File

@@ -100,7 +100,7 @@ check-bytecode-3:
--bytecode-3.1 --bytecode-3.2 --bytecode-3.3 \
--bytecode-3.4 --bytecode-3.5 --bytecode-3.6 \
--bytecode-3.7 \
--bytecode-pypy3.2 --bytecode-pypy3.6 # --bytecode-3.8 -- work out bugs in 3.8
--bytecode-pypy3.2 --bytecode-pypy3.6 --bytecode-3.8
#: Check deparsing on selected bytecode 3.x
check-bytecode-3-short: