commit: d5baf96b2dc7a2c7be7a2b90b30e55173a497c44 Author: Ionen Wolkens <ionen <AT> gentoo <DOT> org> AuthorDate: Wed Apr 16 10:34:15 2025 +0000 Commit: Ionen Wolkens <ionen <AT> gentoo <DOT> org> CommitDate: Wed Apr 16 10:56:44 2025 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d5baf96b
x11-misc/fbpanel: enable py3.13 Closes: https://bugs.gentoo.org/952767 Signed-off-by: Ionen Wolkens <ionen <AT> gentoo.org> x11-misc/fbpanel/fbpanel-7.0-r4.ebuild | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/x11-misc/fbpanel/fbpanel-7.0-r4.ebuild b/x11-misc/fbpanel/fbpanel-7.0-r4.ebuild index af1a48f65d19..5507cc7efa59 100644 --- a/x11-misc/fbpanel/fbpanel-7.0-r4.ebuild +++ b/x11-misc/fbpanel/fbpanel-7.0-r4.ebuild @@ -1,9 +1,9 @@ -# Copyright 1999-2024 Gentoo Authors +# Copyright 1999-2025 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=8 -PYTHON_COMPAT=( python3_{10..12} ) +PYTHON_COMPAT=( python3_{10..13} ) inherit edo python-any-r1 toolchain-funcs
