commit: 012526fd38599c55b41d8b39fa63f2042357009c
Author: John Helmert III <ajak <AT> gentoo <DOT> org>
AuthorDate: Sun Dec 15 21:04:14 2024 +0000
Commit: John Helmert III <ajak <AT> gentoo <DOT> org>
CommitDate: Sun Dec 15 21:07:39 2024 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=012526fd
x11-misc/polybar: enable py3.13
Signed-off-by: John Helmert III <ajak <AT> gentoo.org>
x11-misc/polybar/polybar-3.7.2.ebuild | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/x11-misc/polybar/polybar-3.7.2.ebuild
b/x11-misc/polybar/polybar-3.7.2.ebuild
index fbe29b454543..3e08e6ca1869 100644
--- a/x11-misc/polybar/polybar-3.7.2.ebuild
+++ b/x11-misc/polybar/polybar-3.7.2.ebuild
@@ -3,7 +3,7 @@
EAPI=8
-PYTHON_COMPAT=( python3_{10..12} )
+PYTHON_COMPAT=( python3_{10..13} )
inherit cmake optfeature python-single-r1