diff options
author | Brian Dolbec <dolsen@gentoo.org> | 2020-04-23 10:24:52 -0700 |
---|---|---|
committer | Ulrich Müller <ulm@gentoo.org> | 2021-05-04 17:48:07 +0200 |
commit | 24741aa432a4bf14a61b4502ac4a74bb81ceb302 (patch) | |
tree | 3c5c77da553c736c498ad33d7c499dc36a97783e | |
parent | [scripts] run tests for Python 3.5 (diff) | |
download | g-sorcery-24741aa432a4bf14a61b4502ac4a74bb81ceb302.tar.gz g-sorcery-24741aa432a4bf14a61b4502ac4a74bb81ceb302.tar.bz2 g-sorcery-24741aa432a4bf14a61b4502ac4a74bb81ceb302.zip |
all_pythons.py: Update python versions
Signed-off-by: Brian Dolbec <dolsen@gentoo.org>
Signed-off-by: Ulrich Müller <ulm@gentoo.org>
-rwxr-xr-x | scripts/all_pythons.sh | 2 |
1 files changed, 1 insertions, 1 deletions
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}" |