net-im/profanity: enable py3.12

Closes: https://bugs.gentoo.org/929696
Signed-off-by: Sam James <sam@gentoo.org>
This commit is contained in:
Sam James
2024-06-06 12:38:45 +01:00
parent a46c63b92f
commit 70a4e8bcc8

View File

@@ -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"