From cbb25fb3aa663a4a5b36204fea9939990015b7b9 Mon Sep 17 00:00:00 2001 From: David Roman Date: Wed, 10 Jun 2026 23:00:24 +0200 Subject: [PATCH] dev-python/arpy: enable py3.13, py3.14, py3.15 Closes: https://bugs.gentoo.org/976639 Signed-off-by: David Roman --- dev-python/arpy/arpy-2.3.0.ebuild | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/dev-python/arpy/arpy-2.3.0.ebuild b/dev-python/arpy/arpy-2.3.0.ebuild index 76e0799e52..f966a5a0ca 100644 --- a/dev-python/arpy/arpy-2.3.0.ebuild +++ b/dev-python/arpy/arpy-2.3.0.ebuild @@ -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