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 3F5B8158015 for ; Wed, 27 Dec 2023 07:54:44 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 08F5F2BC048; Wed, 27 Dec 2023 07:54:43 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.gentoo.org [140.211.166.183]) (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 D95042BC048 for ; Wed, 27 Dec 2023 07:54:42 +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) server-digest SHA256) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id E1DA4335DC8 for ; Wed, 27 Dec 2023 07:54:41 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 4B02A14AB for ; Wed, 27 Dec 2023 07:54:40 +0000 (UTC) From: "Viorel Munteanu" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Viorel Munteanu" Message-ID: <1703663425.9a9c68f9fc31e06854a4a84620f0d28e805dd89e.ceamac@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-util/rt-tests/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-util/rt-tests/rt-tests-2.6.ebuild X-VCS-Directories: dev-util/rt-tests/ X-VCS-Committer: ceamac X-VCS-Committer-Name: Viorel Munteanu X-VCS-Revision: 9a9c68f9fc31e06854a4a84620f0d28e805dd89e X-VCS-Branch: master Date: Wed, 27 Dec 2023 07:54:40 +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: e2d3aa5a-3a1d-43fc-9b71-07c814a46af7 X-Archives-Hash: a46da4e15cfb01f79bd93133b60bb88c commit: 9a9c68f9fc31e06854a4a84620f0d28e805dd89e Author: Kurt Kanzenbach kmk-computers de> AuthorDate: Sat Oct 14 07:45:49 2023 +0000 Commit: Viorel Munteanu gentoo org> CommitDate: Wed Dec 27 07:50:25 2023 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9a9c68f9 dev-util/rt-tests: enable py3.12 Signed-off-by: Kurt Kanzenbach kmk-computers.de> Closes: https://github.com/gentoo/gentoo/pull/33324 Signed-off-by: Viorel Munteanu gentoo.org> dev-util/rt-tests/rt-tests-2.6.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dev-util/rt-tests/rt-tests-2.6.ebuild b/dev-util/rt-tests/rt-tests-2.6.ebuild index 503b4965a276..560dfb9ec3a5 100644 --- a/dev-util/rt-tests/rt-tests-2.6.ebuild +++ b/dev-util/rt-tests/rt-tests-2.6.ebuild @@ -3,7 +3,7 @@ EAPI=8 -PYTHON_COMPAT=( python3_{9..11} ) +PYTHON_COMPAT=( python3_{9..12} ) inherit python-single-r1 toolchain-funcs