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 0D6FA158041 for ; Sat, 9 Mar 2024 17:41:54 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 38017E2A19; Sat, 9 Mar 2024 17:41:53 +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) server-digest SHA256) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 18A38E2A19 for ; Sat, 9 Mar 2024 17:41:53 +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 04FE933BDF0 for ; Sat, 9 Mar 2024 17:41:52 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 7F630137F for ; Sat, 9 Mar 2024 17:41:50 +0000 (UTC) From: "Conrad Kostecki" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Conrad Kostecki" Message-ID: <1710006077.7623c0c369134cf75ff5299c3e0ac53343f7e39a.conikost@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/dissononce/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-python/dissononce/dissononce-0.34.3-r3.ebuild X-VCS-Directories: dev-python/dissononce/ X-VCS-Committer: conikost X-VCS-Committer-Name: Conrad Kostecki X-VCS-Revision: 7623c0c369134cf75ff5299c3e0ac53343f7e39a X-VCS-Branch: master Date: Sat, 9 Mar 2024 17:41:50 +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: 98a3e6fe-0a41-4684-889a-0a7352fe6500 X-Archives-Hash: af2dcdf82e646233d3cf69b39d782775 commit: 7623c0c369134cf75ff5299c3e0ac53343f7e39a Author: Conrad Kostecki gentoo org> AuthorDate: Sat Mar 9 16:59:22 2024 +0000 Commit: Conrad Kostecki gentoo org> CommitDate: Sat Mar 9 17:41:17 2024 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7623c0c3 dev-python/dissononce: add python3.12 support Signed-off-by: Conrad Kostecki gentoo.org> dev-python/dissononce/dissononce-0.34.3-r3.ebuild | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/dev-python/dissononce/dissononce-0.34.3-r3.ebuild b/dev-python/dissononce/dissononce-0.34.3-r3.ebuild index 412772eeebcc..572f8f4c5e0e 100644 --- a/dev-python/dissononce/dissononce-0.34.3-r3.ebuild +++ b/dev-python/dissononce/dissononce-0.34.3-r3.ebuild @@ -1,10 +1,10 @@ -# Copyright 1999-2023 Gentoo Authors +# Copyright 1999-2024 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=8 DISTUTILS_USE_PEP517="setuptools" -PYTHON_COMPAT=( python3_{9..11} ) +PYTHON_COMPAT=( python3_{10..12} ) inherit distutils-r1