commit: 9b5f50a69dc31eb998ba38970d77b40d1dcf7afd
Author: Alexys Jacob <ultrabug <AT> gentoo <DOT> org>
AuthorDate: Sun Jan 14 10:45:05 2024 +0000
Commit: Alexys Jacob <ultrabug <AT> gentoo <DOT> org>
CommitDate: Sun Jan 14 10:45:05 2024 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9b5f50a6
x11-misc/py3status: disable py3.12
Signed-off-by: Alexys Jacob <ultrabug <AT> gentoo.org>
x11-misc/py3status/py3status-3.55.ebuild | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/x11-misc/py3status/py3status-3.55.ebuild
b/x11-misc/py3status/py3status-3.55.ebuild
index 0a40790c0771..306470adcb04 100644
--- a/x11-misc/py3status/py3status-3.55.ebuild
+++ b/x11-misc/py3status/py3status-3.55.ebuild
@@ -2,7 +2,7 @@
# Distributed under the terms of the GNU General Public License v2
EAPI=7
-PYTHON_COMPAT=( python{3_9,3_10,3_11,3_12} )
+PYTHON_COMPAT=( python{3_9,3_10,3_11} )
DISTUTILS_USE_PEP517=hatchling
SRC_URI="https://github.com/ultrabug/py3status/archive/${PV}.tar.gz ->
${P}.tar.gz"