diff options
author | 2023-08-17 23:52:45 +0200 | |
---|---|---|
committer | 2023-09-16 10:57:15 +0300 | |
commit | 083dac4664bd322e786d412cc27d2cc371648031 (patch) | |
tree | 18cb5ff7aa01e1fdda677484c8ff2435fe7e9151 /dev-python/pipenv | |
parent | dev-python/pipenv: lint pkgcheck scan errors (diff) | |
download | gentoo-083dac4664bd322e786d412cc27d2cc371648031.tar.gz gentoo-083dac4664bd322e786d412cc27d2cc371648031.tar.bz2 gentoo-083dac4664bd322e786d412cc27d2cc371648031.zip |
dev-python/pipenv: disable py3.8, py3.9
Signed-off-by: Oz Tiram <oz.tiram@gmail.com>
Closes: https://github.com/gentoo/gentoo/pull/32365
Signed-off-by: Joonas Niilola <juippis@gentoo.org>
Diffstat (limited to 'dev-python/pipenv')
-rw-r--r-- | dev-python/pipenv/pipenv-2023.7.11-r1.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/dev-python/pipenv/pipenv-2023.7.11-r1.ebuild b/dev-python/pipenv/pipenv-2023.7.11-r1.ebuild index 5b219cf5e8d2..d3c14a35eedd 100644 --- a/dev-python/pipenv/pipenv-2023.7.11-r1.ebuild +++ b/dev-python/pipenv/pipenv-2023.7.11-r1.ebuild @@ -4,7 +4,7 @@ EAPI=8 DISTUTILS_USE_PEP517=setuptools -PYTHON_COMPAT=( python3_{8..11} ) +PYTHON_COMPAT=( python3_{10..11} ) inherit distutils-r1 multiprocessing |