From 40c2f2962c19c0376c2b3744b20499c356f8fa24 Mon Sep 17 00:00:00 2001 From: rocky Date: Wed, 30 Oct 2019 19:36:42 -0400 Subject: [PATCH] Try expanding 3.8 testing --- Makefile | 2 +- test/Makefile | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Makefile b/Makefile index 21d91675..65665b94 100644 --- a/Makefile +++ b/Makefile @@ -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 diff --git a/test/Makefile b/test/Makefile index 6f72d503..30f1ccb2 100644 --- a/test/Makefile +++ b/test/Makefile @@ -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: