From 660bd41edb786eaf0ded84a9314800002e7624bc Mon Sep 17 00:00:00 2001 From: Sam James Date: Fri, 2 May 2025 21:56:04 +0100 Subject: [PATCH] net-im/profanity: enable py3.13 Closes: https://bugs.gentoo.org/952584 Signed-off-by: Sam James --- net-im/profanity/profanity-0.14.0-r2.ebuild | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/net-im/profanity/profanity-0.14.0-r2.ebuild b/net-im/profanity/profanity-0.14.0-r2.ebuild index 46cc7df801133..63a19d969511e 100644 --- a/net-im/profanity/profanity-0.14.0-r2.ebuild +++ b/net-im/profanity/profanity-0.14.0-r2.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_{10..12} ) +PYTHON_COMPAT=( python3_{10..13} ) inherit flag-o-matic python-single-r1 DESCRIPTION="A console based XMPP client inspired by Irssi"