File tree Expand file tree Collapse file tree 3 files changed +2
-8
lines changed Expand file tree Collapse file tree 3 files changed +2
-8
lines changed Original file line number Diff line number Diff 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
77fi
8- export PYVERSIONS=' 3.6 pypy3.6-7.3.1 3.7 pypy3.7-7.3.9 pypy3.8-7.3.11 pypy3.9-7.3.13 3.8 pyston-2.3.5 3.9 3.10'
8+ export PYVERSIONS=' 3.6 pypy3.6 3.7 pypy3.7 pypy3.8 pypy3.9 3.8 pyston-2.3.5 3.9 3.10'
Load Diff This file was deleted.
Original file line number Diff line number Diff line change 11# This file is needs to be multi-lingual in both Python and POSIX
22# shell which "exec()" or "source" it respectively.
33
4- # This file should define a variable __version__ which we use as the
4+ # This file should define a variable VERSION which we use as the
55# package version number.
66
77__version__ = "1.9.1.dev0" # noqa
You can’t perform that action at this time.
0 commit comments