aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBrian Dolbec <dolsen@gentoo.org>2020-04-23 10:24:52 -0700
committerUlrich Müller <ulm@gentoo.org>2021-05-04 17:48:07 +0200
commit24741aa432a4bf14a61b4502ac4a74bb81ceb302 (patch)
tree3c5c77da553c736c498ad33d7c499dc36a97783e
parent[scripts] run tests for Python 3.5 (diff)
downloadg-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-xscripts/all_pythons.sh2
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}"