aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichael Schubert <mschu.dev@gmail.com>2024-06-17 21:58:07 +0000
committerAndrew Ammerlaan <andrewammerlaan@gentoo.org>2024-06-19 12:14:21 +0200
commit67c046d9f291f4268c6de16eb18781e7f98a417d (patch)
tree810b35c6137e42265a9b8ebf378c1405caf6f5ea
parentdev-python/snakemake: add version 8 (diff)
downloadsci-67c046d9f291f4268c6de16eb18781e7f98a417d.tar.gz
sci-67c046d9f291f4268c6de16eb18781e7f98a417d.tar.bz2
sci-67c046d9f291f4268c6de16eb18781e7f98a417d.zip
sci-mathematics/pulp: tests pass with python3.12
Signed-off-by: Michael Schubert <mschu.dev@gmail.com> Signed-off-by: Andrew Ammerlaan <andrewammerlaan@gentoo.org>
-rw-r--r--sci-mathematics/pulp/pulp-2.7.0.ebuild2
1 files changed, 1 insertions, 1 deletions
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