commit: 24741aa432a4bf14a61b4502ac4a74bb81ceb302 Author: Brian Dolbec <dolsen <AT> gentoo <DOT> org> AuthorDate: Thu Apr 23 17:24:52 2020 +0000 Commit: Ulrich Müller <ulm <AT> gentoo <DOT> org> CommitDate: Tue May 4 15:48:07 2021 +0000 URL: https://gitweb.gentoo.org/proj/g-sorcery.git/commit/?id=24741aa4
all_pythons.py: Update python versions Signed-off-by: Brian Dolbec <dolsen <AT> gentoo.org> Signed-off-by: Ulrich Müller <ulm <AT> gentoo.org> scripts/all_pythons.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/all_pythons.sh b/scripts/all_pythons.sh index fe1d74f..3c85974 100755 --- a/scripts/all_pythons.sh +++ b/scripts/all_pythons.sh @@ -2,7 +2,7 @@ DIR="$( cd "$( dirname "${BASH_SOURCE[0]}" )" && pwd )" -for VER in 2.7 3.3 3.4 3.5 +for VER in 2.7 3.6 3.7 3.8 do echo echo "testing python${VER}"