dev-python/lrcalc: add python-3.14, drop 3.{9,10,11}

Closes: https://bugs.gentoo.org/973864
Signed-off-by: Michael Orlitzky <mjo@gentoo.org>
This commit is contained in:
Michael Orlitzky
2026-05-08 11:36:25 -04:00
parent 5aefa2d6da
commit 751d823d7a

View File

@@ -1,9 +1,9 @@
# Copyright 2020-2025 Gentoo Authors
# Copyright 2020-2026 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=8
PYTHON_COMPAT=( python3_{9..13} )
PYTHON_COMPAT=( python3_{12..14} )
DISTUTILS_USE_PEP517=setuptools
DISTUTILS_EXT=1
inherit distutils-r1 pypi