diff options
author | John Helmert III <ajak@gentoo.org> | 2023-06-11 11:58:58 -0700 |
---|---|---|
committer | John Helmert III <ajak@gentoo.org> | 2023-06-11 12:00:05 -0700 |
commit | 458788f84362878b5070b225c978e9a8ae86ef1d (patch) | |
tree | 2680e764c3514b8c2b6fb1a40a4bb81aafa82684 /x11-misc | |
parent | www-misc/buku: drop 4.7-r1 (diff) | |
download | gentoo-458788f84362878b5070b225c978e9a8ae86ef1d.tar.gz gentoo-458788f84362878b5070b225c978e9a8ae86ef1d.tar.bz2 gentoo-458788f84362878b5070b225c978e9a8ae86ef1d.zip |
x11-misc/polybar: enable py3.12
Signed-off-by: John Helmert III <ajak@gentoo.org>
Diffstat (limited to 'x11-misc')
-rw-r--r-- | x11-misc/polybar/polybar-3.6.3-r3.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/x11-misc/polybar/polybar-3.6.3-r3.ebuild b/x11-misc/polybar/polybar-3.6.3-r3.ebuild index 00bf5147d168..09507ab90029 100644 --- a/x11-misc/polybar/polybar-3.6.3-r3.ebuild +++ b/x11-misc/polybar/polybar-3.6.3-r3.ebuild @@ -3,7 +3,7 @@ EAPI=8 -PYTHON_COMPAT=( python3_{9..11} ) +PYTHON_COMPAT=( python3_{10..12} ) inherit cmake python-single-r1 |