diff options
author | Andrew Ammerlaan <andrewammerlaan@gentoo.org> | 2023-05-02 14:20:17 +0200 |
---|---|---|
committer | Andrew Ammerlaan <andrewammerlaan@gentoo.org> | 2023-05-02 14:20:17 +0200 |
commit | bdd4c7e1f28ce661ea4e38bd9f79748c09f88693 (patch) | |
tree | 869152d7071b37d58c3ac5db22d7c729c65e1dd2 /sci-mathematics | |
parent | sys-cluster/modules: drop 4.6.0 (diff) | |
download | sci-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.ebuild | 2 |
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 |