commit: 1c40ea93533f7034a793565a39cb75b369e89af3 Author: Michał Górny <mgorny <AT> gentoo <DOT> org> AuthorDate: Sat May 3 15:06:56 2025 +0000 Commit: Michał Górny <mgorny <AT> gentoo <DOT> org> CommitDate: Sat May 3 15:09:58 2025 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1c40ea93
app-misc/votrify: Enable py3.13 Closes: https://bugs.gentoo.org/952230 Signed-off-by: Michał Górny <mgorny <AT> gentoo.org> app-misc/votrify/votrify-5-r1.ebuild | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/app-misc/votrify/votrify-5-r1.ebuild b/app-misc/votrify/votrify-5-r1.ebuild index c3e458361ede..bdc699f9f22e 100644 --- a/app-misc/votrify/votrify-5-r1.ebuild +++ b/app-misc/votrify/votrify-5-r1.ebuild @@ -1,9 +1,9 @@ -# Copyright 2019-2024 Gentoo Authors +# Copyright 2019-2025 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=8 -PYTHON_COMPAT=( python3_{10..12} ) +PYTHON_COMPAT=( python3_{11..13} ) inherit python-single-r1
