diff options
author | 2024-12-15 13:04:14 -0800 | |
---|---|---|
committer | 2024-12-15 13:07:39 -0800 | |
commit | 012526fd38599c55b41d8b39fa63f2042357009c (patch) | |
tree | 7bf170bb78605b3c4e2451ff665251edcfc86c1d /x11-misc/polybar | |
parent | x11-misc/polybar: stabilize 3.7.2 for amd64, x86 (diff) | |
download | gentoo-012526fd38599c55b41d8b39fa63f2042357009c.tar.gz gentoo-012526fd38599c55b41d8b39fa63f2042357009c.tar.bz2 gentoo-012526fd38599c55b41d8b39fa63f2042357009c.zip |
x11-misc/polybar: enable py3.13
Signed-off-by: John Helmert III <ajak@gentoo.org>
Diffstat (limited to 'x11-misc/polybar')
-rw-r--r-- | x11-misc/polybar/polybar-3.7.2.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
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 |