aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndrew Ammerlaan <andrewammerlaan@gentoo.org>2023-05-02 14:20:17 +0200
committerAndrew Ammerlaan <andrewammerlaan@gentoo.org>2023-05-02 14:20:17 +0200
commitbdd4c7e1f28ce661ea4e38bd9f79748c09f88693 (patch)
tree869152d7071b37d58c3ac5db22d7c729c65e1dd2 /sci-mathematics
parentsys-cluster/modules: drop 4.6.0 (diff)
downloadsci-bdd4c7e1f28ce661ea4e38bd9f79748c09f88693.tar.gz
sci-bdd4c7e1f28ce661ea4e38bd9f79748c09f88693.tar.bz2
sci-bdd4c7e1f28ce661ea4e38bd9f79748c09f88693.zip
sci-mathematics/pulp: disable py3.9
Signed-off-by: Andrew Ammerlaan <andrewammerlaan@gentoo.org>
Diffstat (limited to 'sci-mathematics')
-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 37952675f..641a91622 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_{9..11} )
+PYTHON_COMPAT=( python3_{10..11} )
DISTUTILS_USE_PEP517=setuptools
inherit distutils-r1