From e4e15800eade001f68bf872c27fe09816f59f7ec Mon Sep 17 00:00:00 2001 From: Julien Roy Date: Tue, 14 May 2024 20:00:19 -0400 Subject: [PATCH] dev-python/plum: enable py3.12, py3.13 Closes: https://bugs.gentoo.org/931396 Signed-off-by: Julien Roy --- dev-python/plum/plum-0.8.7.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dev-python/plum/plum-0.8.7.ebuild b/dev-python/plum/plum-0.8.7.ebuild index 1e04666599..c9ebe4ca49 100644 --- a/dev-python/plum/plum-0.8.7.ebuild +++ b/dev-python/plum/plum-0.8.7.ebuild @@ -2,7 +2,7 @@ # Distributed under the terms of the GNU General Public License v2 EAPI=8 -PYTHON_COMPAT=( python3_{7..11} ) +PYTHON_COMPAT=( python3_{10..13} ) DISTUTILS_USE_PEP517=setuptools inherit distutils-r1