From mboxrd@z Thu Jan  1 00:00:00 1970
Return-Path: <gentoo-commits+bounces-1743057-garchives=archives.gentoo.org@lists.gentoo.org>
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 finch.gentoo.org (Postfix) with ESMTPS id 650FB1584AD
	for <garchives@archives.gentoo.org>; Thu, 01 May 2025 22:25:10 +0000 (UTC)
Received: from lists.gentoo.org (bobolink.gentoo.org [140.211.166.189])
	(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)
	(Authenticated sender: relay-lists.gentoo.org@gentoo.org)
	by smtp.gentoo.org (Postfix) with ESMTPSA id 50FE433BE19
	for <garchives@archives.gentoo.org>; Thu, 01 May 2025 22:25:10 +0000 (UTC)
Received: from bobolink.gentoo.org (localhost [127.0.0.1])
	by bobolink.gentoo.org (Postfix) with ESMTP id 70C541103AD;
	Thu, 01 May 2025 22:24:55 +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 bobolink.gentoo.org (Postfix) with ESMTPS id 66D151103AD
	for <gentoo-commits@lists.gentoo.org>; Thu, 01 May 2025 22:24:55 +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 10AA7342FEA
	for <gentoo-commits@lists.gentoo.org>; Thu, 01 May 2025 22:24:55 +0000 (UTC)
Received: from localhost.localdomain (localhost [IPv6:::1])
	by oystercatcher.gentoo.org (Postfix) with ESMTP id 728192669
	for <gentoo-commits@lists.gentoo.org>; Thu, 01 May 2025 22:24:53 +0000 (UTC)
From: "Pascal Jäger" <pascal.jaeger@leimstift.de>
To: gentoo-commits@lists.gentoo.org
Content-Transfer-Encoding: 8bit
Content-type: text/plain; charset=UTF-8
Reply-To: gentoo-dev@lists.gentoo.org, "Pascal Jäger" <pascal.jaeger@leimstift.de>
Message-ID: <1746137801.8193195d9323fd3799f645c052457f5d95adf708.pascal.jaeger@gentoo>
Subject: [gentoo-commits] repo/proj/guru:dev commit in: gui-apps/nwg-panel/
X-VCS-Repository: repo/proj/guru
X-VCS-Files: gui-apps/nwg-panel/nwg-panel-9999.ebuild
X-VCS-Directories: gui-apps/nwg-panel/
X-VCS-Committer: pascal.jaeger
X-VCS-Committer-Name: Pascal Jäger
X-VCS-Revision: 8193195d9323fd3799f645c052457f5d95adf708
X-VCS-Branch: dev
Date: Thu, 01 May 2025 22:24:53 +0000 (UTC)
Precedence: bulk
List-Post: <mailto:gentoo-commits@lists.gentoo.org>
List-Help: <mailto:gentoo-commits+help@lists.gentoo.org>
List-Unsubscribe: <mailto:gentoo-commits+unsubscribe@lists.gentoo.org>
List-Subscribe: <mailto:gentoo-commits+subscribe@lists.gentoo.org>
List-Id: Gentoo Linux mail <gentoo-commits.gentoo.org>
X-BeenThere: gentoo-commits@lists.gentoo.org
X-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply
X-Archives-Salt: 9629a8dc-359f-40a4-85f2-c8fc0c5dd5fa
X-Archives-Hash: 606d53cb7debf36da5d4d2bbc57905b4

commit:     8193195d9323fd3799f645c052457f5d95adf708
Author:     Pascal Jäger <pascal.jaeger <AT> leimstift <DOT> de>
AuthorDate: Thu May  1 21:25:06 2025 +0000
Commit:     Pascal Jäger <pascal.jaeger <AT> leimstift <DOT> de>
CommitDate: Thu May  1 22:16:41 2025 +0000
URL:        https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=8193195d

gui-apps/nwg-panel: enable py3.13

Signed-off-by: Pascal Jäger <pascal.jaeger <AT> leimstift.de>

 gui-apps/nwg-panel/nwg-panel-9999.ebuild | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/gui-apps/nwg-panel/nwg-panel-9999.ebuild b/gui-apps/nwg-panel/nwg-panel-9999.ebuild
index 354aa6e39..37924b710 100644
--- a/gui-apps/nwg-panel/nwg-panel-9999.ebuild
+++ b/gui-apps/nwg-panel/nwg-panel-9999.ebuild
@@ -1,9 +1,9 @@
-# Copyright 1999-2024 Gentoo Authors
+# Copyright 1999-2025 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=8
 
-PYTHON_COMPAT=( python3_12 )
+PYTHON_COMPAT=( python3_{12..13} )
 DISTUTILS_USE_PEP517=setuptools
 inherit desktop distutils-r1 systemd xdg-utils