From 70a4e8bcc8800c9bc993566bbd1bc019f11a5d8d Mon Sep 17 00:00:00 2001 From: Sam James Date: Thu, 6 Jun 2024 12:38:45 +0100 Subject: [PATCH] net-im/profanity: enable py3.12 Closes: https://bugs.gentoo.org/929696 Signed-off-by: Sam James --- net-im/profanity/profanity-0.14.0-r2.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/net-im/profanity/profanity-0.14.0-r2.ebuild b/net-im/profanity/profanity-0.14.0-r2.ebuild index 3df1e94dec4e8..35dd499947efa 100644 --- a/net-im/profanity/profanity-0.14.0-r2.ebuild +++ b/net-im/profanity/profanity-0.14.0-r2.ebuild @@ -3,7 +3,7 @@ EAPI=8 -PYTHON_COMPAT=( python3_{10..11} ) +PYTHON_COMPAT=( python3_{10..12} ) inherit python-single-r1 DESCRIPTION="A console based XMPP client inspired by Irssi"