commit: b967142414b1990841479273adb6ef1767d4e223 Author: Petr Vaněk <arkamar <AT> gentoo <DOT> org> AuthorDate: Sat Mar 15 20:22:06 2025 +0000 Commit: Petr Vaněk <arkamar <AT> gentoo <DOT> org> CommitDate: Sat Mar 15 21:01:22 2025 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b9671424
dev-libs/boxfort: enable py3.13 Signed-off-by: Petr Vaněk <arkamar <AT> gentoo.org> dev-libs/boxfort/boxfort-0.1.4-r1.ebuild | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/dev-libs/boxfort/boxfort-0.1.4-r1.ebuild b/dev-libs/boxfort/boxfort-0.1.4-r1.ebuild index 621b5263bb21..0565a28860ef 100644 --- a/dev-libs/boxfort/boxfort-0.1.4-r1.ebuild +++ b/dev-libs/boxfort/boxfort-0.1.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..12} ) +PYTHON_COMPAT=( python3_{10..13} ) inherit meson python-any-r1