Skip to content

Commit 8b41904

Browse files
author
rocky
committed
Don't try pypy311 for now
1 parent 5f08359 commit 8b41904

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

test/Makefile

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -25,8 +25,7 @@ check: check-short
2525
--bytecode-3.11 --bytecode-3.12 \
2626
--bytecode-2.7pypy --bytecode-3.2pypy \
2727
--bytecode-pypy35 --bytecode-pypy36 --bytecode-pypy37 \
28-
--bytecode-pypy38 --bytecode-pypy39 --bytecode-pypy310 \
29-
--bytecode-pypy311 $(COMPILE)
28+
--bytecode-pypy38 --bytecode-pypy39 --bytecode-pypy310 $(COMPILE)
3029
check-short:
3130
$(PYTHON) test_pyenvlib.py --simple
3231

0 commit comments

Comments
 (0)