Skip to content

Commit c666e2d

Browse files
committed
Remove pypy 3.6 testing for now
1 parent 0a5fcc5 commit c666e2d

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

test/Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -100,7 +100,7 @@ check-bytecode-3:
100100
--bytecode-3.1 --bytecode-3.2 --bytecode-3.3 \
101101
--bytecode-3.4 --bytecode-3.5 --bytecode-3.6 \
102102
--bytecode-3.7 --bytecode-3.8 \
103-
--bytecode-pypy3.2 --bytecode-pypy3.6
103+
--bytecode-pypy3.2 # --bytecode-pypy3.6 -- work out bugs in 3.6
104104

105105
#: Check deparsing on selected bytecode 3.x
106106
check-bytecode-3-short:

0 commit comments

Comments
 (0)