We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f408dda commit c2f1c19Copy full SHA for c2f1c19
admin-tools/pyenv-3.7-3.10-versions
@@ -5,4 +5,4 @@ if [[ $0 == ${BASH_SOURCE[0]} ]] ; then
5
echo "This script should be *sourced* rather than run directly through bash"
6
exit 1
7
fi
8
-export PYVERSIONS='3.7 pypy3.7 pypy3.810 pyston-2.3.5 3.8 3.9 3.10'
+export PYVERSIONS='3.7 pypy3.7 pypy3.8 pyston-2.3.5 3.8 3.9 3.10'
test/Makefile
@@ -33,7 +33,7 @@ check-3.7:
33
$(PYTHON) test_pythonlib.py --bytecode-3.7 $(PYTHONLIB_OPTS) $(COMPILE) --run --verify
34
$(PYTHON) test_pythonlib.py --bytecode-3.8 $(COMPILE)
35
36
-check-pypy37: check-bytecode
+check-pypy37 check-3.7pypy: check-bytecode
37
$(PYTHON) test_pythonlib.py --bytecode-pypy37
38
39
#: Run working tests from Python 3.8
0 commit comments