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.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (2048 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 19EE3158010 for ; Tue, 10 Jan 2023 14:31:19 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id AE87EE084A; Tue, 10 Jan 2023 14:31:17 +0000 (UTC) Received: from smtp.gentoo.org (dev.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 68168E084A for ; Tue, 10 Jan 2023 14:31:17 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 8EAA3340D4F for ; Tue, 10 Jan 2023 14:31:16 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id B1894828 for ; Tue, 10 Jan 2023 14:31:13 +0000 (UTC) From: "Michał Górny" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Michał Górny" Message-ID: <1673360996.77a40c6425c8d93102307f2de34ce8e29e14d5c2.mgorny@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-ada/e3-testsuite/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-ada/e3-testsuite/e3-testsuite-24.0.ebuild dev-ada/e3-testsuite/e3-testsuite-25.0.ebuild X-VCS-Directories: dev-ada/e3-testsuite/ X-VCS-Committer: mgorny X-VCS-Committer-Name: Michał Górny X-VCS-Revision: 77a40c6425c8d93102307f2de34ce8e29e14d5c2 X-VCS-Branch: master Date: Tue, 10 Jan 2023 14:31:13 +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: c799e82d-c58f-48d7-80fc-bf1dd36b7de0 X-Archives-Hash: c35044e02b92eb9c795d5ec72e0b10e5 commit: 77a40c6425c8d93102307f2de34ce8e29e14d5c2 Author: Michał Górny gentoo org> AuthorDate: Tue Jan 10 14:27:48 2023 +0000 Commit: Michał Górny gentoo org> CommitDate: Tue Jan 10 14:29:56 2023 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=77a40c64 dev-ada/e3-testsuite: Remove Python < 3.10 Signed-off-by: Michał Górny gentoo.org> dev-ada/e3-testsuite/e3-testsuite-24.0.ebuild | 4 ++-- dev-ada/e3-testsuite/e3-testsuite-25.0.ebuild | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/dev-ada/e3-testsuite/e3-testsuite-24.0.ebuild b/dev-ada/e3-testsuite/e3-testsuite-24.0.ebuild index 2b0f09ebca52..159e6e07c792 100644 --- a/dev-ada/e3-testsuite/e3-testsuite-24.0.ebuild +++ b/dev-ada/e3-testsuite/e3-testsuite-24.0.ebuild @@ -1,9 +1,9 @@ -# Copyright 2021-2022 Gentoo Authors +# Copyright 2021-2023 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=8 -PYTHON_COMPAT=( python3_{8,9,10} ) +PYTHON_COMPAT=( python3_10 ) DISTUTILS_USE_PEP517=setuptools inherit distutils-r1 diff --git a/dev-ada/e3-testsuite/e3-testsuite-25.0.ebuild b/dev-ada/e3-testsuite/e3-testsuite-25.0.ebuild index 2b0f09ebca52..159e6e07c792 100644 --- a/dev-ada/e3-testsuite/e3-testsuite-25.0.ebuild +++ b/dev-ada/e3-testsuite/e3-testsuite-25.0.ebuild @@ -1,9 +1,9 @@ -# Copyright 2021-2022 Gentoo Authors +# Copyright 2021-2023 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=8 -PYTHON_COMPAT=( python3_{8,9,10} ) +PYTHON_COMPAT=( python3_10 ) DISTUTILS_USE_PEP517=setuptools inherit distutils-r1