commit: 083dac4664bd322e786d412cc27d2cc371648031 Author: Oz Tiram <oz.tiram <AT> gmail <DOT> com> AuthorDate: Thu Aug 17 21:52:45 2023 +0000 Commit: Joonas Niilola <juippis <AT> gentoo <DOT> org> CommitDate: Sat Sep 16 07:57:15 2023 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=083dac46
dev-python/pipenv: disable py3.8, py3.9 Signed-off-by: Oz Tiram <oz.tiram <AT> gmail.com> Closes: https://github.com/gentoo/gentoo/pull/32365 Signed-off-by: Joonas Niilola <juippis <AT> gentoo.org> dev-python/pipenv/pipenv-2023.7.11-r1.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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
