commit: 8ef40036c8b81740090ad8989b7ea433e68942ab Author: Sam James <sam <AT> gentoo <DOT> org> AuthorDate: Thu May 1 15:42:10 2025 +0000 Commit: Sam James <sam <AT> gentoo <DOT> org> CommitDate: Thu May 1 15:42:33 2025 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8ef40036
net-print/hplip: backport py3.13 Bug: https://bugs.gentoo.org/952051 Signed-off-by: Sam James <sam <AT> gentoo.org> net-print/hplip/hplip-3.24.4-r1.ebuild | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/net-print/hplip/hplip-3.24.4-r1.ebuild b/net-print/hplip/hplip-3.24.4-r1.ebuild index f1826979782b..cb4ae7565064 100644 --- a/net-print/hplip/hplip-3.24.4-r1.ebuild +++ b/net-print/hplip/hplip-3.24.4-r1.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,11,12} ) +PYTHON_COMPAT=( python3_{10..13} ) PYTHON_REQ_USE="threads(+),xml(+)" inherit autotools flag-o-matic linux-info python-single-r1 readme.gentoo-r1 udev
