Gentoo Archives: gentoo-commits

From: "Ulrich Müller" <ulm@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] proj/g-sorcery:master commit in: scripts/
Date: Tue, 04 May 2021 15:50:39
Message-Id: 1620143287.24741aa432a4bf14a61b4502ac4a74bb81ceb302.ulm@gentoo
1 commit: 24741aa432a4bf14a61b4502ac4a74bb81ceb302
2 Author: Brian Dolbec <dolsen <AT> gentoo <DOT> org>
3 AuthorDate: Thu Apr 23 17:24:52 2020 +0000
4 Commit: Ulrich Müller <ulm <AT> gentoo <DOT> org>
5 CommitDate: Tue May 4 15:48:07 2021 +0000
6 URL: https://gitweb.gentoo.org/proj/g-sorcery.git/commit/?id=24741aa4
7
8 all_pythons.py: Update python versions
9
10 Signed-off-by: Brian Dolbec <dolsen <AT> gentoo.org>
11 Signed-off-by: Ulrich Müller <ulm <AT> gentoo.org>
12
13 scripts/all_pythons.sh | 2 +-
14 1 file changed, 1 insertion(+), 1 deletion(-)
15
16 diff --git a/scripts/all_pythons.sh b/scripts/all_pythons.sh
17 index fe1d74f..3c85974 100755
18 --- a/scripts/all_pythons.sh
19 +++ b/scripts/all_pythons.sh
20 @@ -2,7 +2,7 @@
21
22 DIR="$( cd "$( dirname "${BASH_SOURCE[0]}" )" && pwd )"
23
24 -for VER in 2.7 3.3 3.4 3.5
25 +for VER in 2.7 3.6 3.7 3.8
26 do
27 echo
28 echo "testing python${VER}"