dev-python/arpy: enable py3.13, py3.14, py3.15

Closes: https://bugs.gentoo.org/976639
Signed-off-by: David Roman <stkw0@disroot.org>
This commit is contained in:
David Roman
2026-06-10 23:00:24 +02:00
parent 6a683eaf98
commit cbb25fb3aa

View File

@@ -4,7 +4,7 @@
EAPI=8
DISTUTILS_USE_PEP517=setuptools
PYTHON_COMPAT=( python3_12 )
PYTHON_COMPAT=( python3_{12..15} )
inherit distutils-r1 pypi
@@ -14,8 +14,6 @@ HOMEPAGE="https://github.com/viraptor/arpy"
LICENSE="BSD"
SLOT="0"
KEYWORDS="~amd64 ~arm64 ~x86"
IUSE="test"
REQUIRED_USE="${PYTHON_REQUIRED_USE}"
distutils_enable_tests unittest