Skip to content

Commit c2f1c19

Browse files
committed
Administrivia
1 parent f408dda commit c2f1c19

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

admin-tools/pyenv-3.7-3.10-versions

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,4 +5,4 @@ if [[ $0 == ${BASH_SOURCE[0]} ]] ; then
55
echo "This script should be *sourced* rather than run directly through bash"
66
exit 1
77
fi
8-
export PYVERSIONS='3.7 pypy3.7 pypy3.810 pyston-2.3.5 3.8 3.9 3.10'
8+
export PYVERSIONS='3.7 pypy3.7 pypy3.8 pyston-2.3.5 3.8 3.9 3.10'

test/Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ check-3.7:
3333
$(PYTHON) test_pythonlib.py --bytecode-3.7 $(PYTHONLIB_OPTS) $(COMPILE) --run --verify
3434
$(PYTHON) test_pythonlib.py --bytecode-3.8 $(COMPILE)
3535

36-
check-pypy37: check-bytecode
36+
check-pypy37 check-3.7pypy: check-bytecode
3737
$(PYTHON) test_pythonlib.py --bytecode-pypy37
3838

3939
#: Run working tests from Python 3.8

0 commit comments

Comments
 (0)