Skip to content

Commit

Permalink
Adjust release testing versions
Browse files Browse the repository at this point in the history
  • Loading branch information
rocky committed Feb 25, 2023
1 parent 07aad49 commit 15ade98
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ install: inputrc

#: Run tests. You can set environment variable "o" for pytest options
check: inputrc
py.test test $o
$(PYTHON) -m pytest test $o

inputrc: mathicsscript/data/inputrc-unicode mathicsscript/data/inputrc-no-unicode

Expand Down
3 changes: 2 additions & 1 deletion admin-tools/pyenv-versions
Original file line number Diff line number Diff line change
Expand Up @@ -5,4 +5,5 @@ if [[ $0 == ${BASH_SOURCE[0]} ]] ; then
echo "This script should be *sourced* rather than run directly through bash"
exit 1
fi
export PYVERSIONS='3.7.13 pyston-2.3.4 pypy3.9-7.3.9 3.8.13 3.9.13 3.10.5'

export PYVERSIONS='3.6.15 3.7.16 3.8.16 3.9.16 3.10.10'

0 comments on commit 15ade98

Please sign in to comment.