app-misc/lfm: enable py3.13

Signed-off-by: Ben Kohler <bkohler@gentoo.org>
This commit is contained in:
Ben Kohler 2025-04-14 09:27:55 -05:00
parent b4ae5a0efe
commit b04d31f8fb
No known key found for this signature in database
GPG Key ID: 7A85BDA4D57605C7

View File

@ -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 # Distributed under the terms of the GNU General Public License v2
EAPI=8 EAPI=8
PYTHON_COMPAT=( python3_{9..12} ) PYTHON_COMPAT=( python3_{9..13} )
PYTHON_REQ_USE="ncurses" PYTHON_REQ_USE="ncurses"
DISTUTILS_USE_PEP517=setuptools DISTUTILS_USE_PEP517=setuptools
inherit distutils-r1 inherit distutils-r1