From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id BC5FD1382C5 for ; Tue, 4 May 2021 15:50:39 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 22AB9E0829; Tue, 4 May 2021 15:50:39 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 06305E0829 for ; Tue, 4 May 2021 15:50:39 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id B7064335DA4 for ; Tue, 4 May 2021 15:50:37 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 3AB4459C for ; Tue, 4 May 2021 15:50:36 +0000 (UTC) From: "Ulrich Müller" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Ulrich Müller" Message-ID: <1620143287.24741aa432a4bf14a61b4502ac4a74bb81ceb302.ulm@gentoo> Subject: [gentoo-commits] proj/g-sorcery:master commit in: scripts/ X-VCS-Repository: proj/g-sorcery X-VCS-Files: scripts/all_pythons.sh X-VCS-Directories: scripts/ X-VCS-Committer: ulm X-VCS-Committer-Name: Ulrich Müller X-VCS-Revision: 24741aa432a4bf14a61b4502ac4a74bb81ceb302 X-VCS-Branch: master Date: Tue, 4 May 2021 15:50:36 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: d393c515-1ef6-4586-866e-18c6e8fe6d63 X-Archives-Hash: 22d2b7dc28fed062bea9daa5350cf902 commit: 24741aa432a4bf14a61b4502ac4a74bb81ceb302 Author: Brian Dolbec gentoo org> AuthorDate: Thu Apr 23 17:24:52 2020 +0000 Commit: Ulrich Müller gentoo 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 gentoo.org> Signed-off-by: Ulrich Müller 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}"