File tree Expand file tree Collapse file tree 2 files changed +4
-2
lines changed
Expand file tree Collapse file tree 2 files changed +4
-2
lines changed Original file line number Diff line number Diff line change @@ -5,4 +5,5 @@ 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 3.7 pypy3.7 pyston-2.3.5 pypy3.8 graalpython-20.3.0 3.8 3.9 pypy3.9 3.9 pypy3.10 graalpy-24.0 3.10'
8+ # export PYVERSIONS='3.6 pypy3.6 3.7 pypy3.7 pyston-2.3.5 pypy3.8 graalpython-20.3.0 3.8 3.9 pypy3.9 3.9 pypy3.10 graalpy-24.0 3.10'
9+ export PYVERSIONS=' 3.6 pypy3.6 3.7 pypy3.7 pyston-2.3.5 pypy3.8 3.8 3.9 pypy3.9 3.9 pypy3.10 3.10'
Original file line number Diff line number Diff line change @@ -6,4 +6,5 @@ if [[ $0 == ${BASH_SOURCE[0]} ]] ; then
66 exit 1
77fi
88
9- export PYVERSIONS=' 3.11 pypy3.11 graalpy-24.2.2 pypy3.11 3.12 graalpy-community-25.0.0 3.13'
9+ # export PYVERSIONS='3.11 pypy3.11 graalpy-24.2.2 pypy3.11 3.12 graalpy-community-25.0.0 3.13'
10+ export PYVERSIONS=' 3.11 pypy3.11 pypy3.11 3.12 3.13'
You can’t perform that action at this time.
0 commit comments