commit: e4e15800eade001f68bf872c27fe09816f59f7ec Author: Julien Roy <julien <AT> jroy <DOT> ca> AuthorDate: Wed May 15 00:00:19 2024 +0000 Commit: Julien Roy <julien <AT> jroy <DOT> ca> CommitDate: Wed May 15 00:44:44 2024 +0000 URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=e4e15800
dev-python/plum: enable py3.12, py3.13 Closes: https://bugs.gentoo.org/931396 Signed-off-by: Julien Roy <julien <AT> jroy.ca> 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