commit: 660bd41edb786eaf0ded84a9314800002e7624bc Author: Sam James <sam <AT> gentoo <DOT> org> AuthorDate: Fri May 2 20:56:04 2025 +0000 Commit: Sam James <sam <AT> gentoo <DOT> org> CommitDate: Fri May 2 21:33:20 2025 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=660bd41e
net-im/profanity: enable py3.13 Closes: https://bugs.gentoo.org/952584 Signed-off-by: Sam James <sam <AT> gentoo.org> 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 46cc7df80113..63a19d969511 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"
