Skip to content

Commit

Permalink
Sort, so Python ‘3.12’ is tested last, not ‘3.9’
Browse files Browse the repository at this point in the history
  • Loading branch information
brandon-rhodes committed May 3, 2024
1 parent b2d7cee commit 75ed137
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test.sh
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
# to have installed with pyenv). For a comprehensive test of whether it
# will actually work if installed from its distribution, see `tox.ini`.

for python in ~/.pyenv/versions/*/bin/python
for python in $(ls ~/.pyenv/versions/*/bin/python | sort -t. -k 2,2 -k 3n)
do
echo
echo ======================================================================
Expand Down

0 comments on commit 75ed137

Please sign in to comment.