commit: 67c046d9f291f4268c6de16eb18781e7f98a417d
Author: Michael Schubert <mschu.dev <AT> gmail <DOT> com>
AuthorDate: Mon Jun 17 21:58:07 2024 +0000
Commit: Andrew Ammerlaan <andrewammerlaan <AT> gentoo <DOT> org>
CommitDate: Wed Jun 19 10:14:21 2024 +0000
URL: https://gitweb.gentoo.org/proj/sci.git/commit/?id=67c046d9
sci-mathematics/pulp: tests pass with python3.12
Signed-off-by: Michael Schubert <mschu.dev <AT> gmail.com>
Signed-off-by: Andrew Ammerlaan <andrewammerlaan <AT> gentoo.org>
sci-mathematics/pulp/pulp-2.7.0.ebuild | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/sci-mathematics/pulp/pulp-2.7.0.ebuild
b/sci-mathematics/pulp/pulp-2.7.0.ebuild
index 641a91622..7432b49c1 100644
--- a/sci-mathematics/pulp/pulp-2.7.0.ebuild
+++ b/sci-mathematics/pulp/pulp-2.7.0.ebuild
@@ -3,7 +3,7 @@
EAPI=8
-PYTHON_COMPAT=( python3_{10..11} )
+PYTHON_COMPAT=( python3_{10..12} )
DISTUTILS_USE_PEP517=setuptools
inherit distutils-r1