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 07B94158041 for ; Tue, 5 Mar 2024 13:27:41 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id D4365E29CF; Tue, 5 Mar 2024 13:27:39 +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 B8330E29CF for ; Tue, 5 Mar 2024 13:27:39 +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 A62C834300C for ; Tue, 5 Mar 2024 13:27:38 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 86AF614EF for ; Tue, 5 Mar 2024 13:27:35 +0000 (UTC) From: "Marek Szuba" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Marek Szuba" Message-ID: <1709645236.c474c227f1c1af52e5dc71210981367b21a5621d.marecki@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/pyotherside/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-python/pyotherside/pyotherside-1.6.0.ebuild X-VCS-Directories: dev-python/pyotherside/ X-VCS-Committer: marecki X-VCS-Committer-Name: Marek Szuba X-VCS-Revision: c474c227f1c1af52e5dc71210981367b21a5621d X-VCS-Branch: master Date: Tue, 5 Mar 2024 13:27:35 +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: 9431d569-3ad0-4fa0-b3e5-fda651bf82f0 X-Archives-Hash: 464679867545a16f993b5af1377b8c14 commit: c474c227f1c1af52e5dc71210981367b21a5621d Author: Marek Szuba gentoo org> AuthorDate: Tue Mar 5 11:39:00 2024 +0000 Commit: Marek Szuba gentoo org> CommitDate: Tue Mar 5 13:27:16 2024 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c474c227 dev-python/pyotherside: enable py3.12 Signed-off-by: Marek Szuba gentoo.org> dev-python/pyotherside/pyotherside-1.6.0.ebuild | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/dev-python/pyotherside/pyotherside-1.6.0.ebuild b/dev-python/pyotherside/pyotherside-1.6.0.ebuild index 41263ea70ea1..87976e85c0c7 100644 --- a/dev-python/pyotherside/pyotherside-1.6.0.ebuild +++ b/dev-python/pyotherside/pyotherside-1.6.0.ebuild @@ -1,9 +1,9 @@ -# Copyright 1999-2023 Gentoo Authors +# Copyright 1999-2024 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=8 -PYTHON_COMPAT=( python3_{9..11} ) +PYTHON_COMPAT=( python3_{10..12} ) inherit qmake-utils python-single-r1