From ae99c65cf98dc3fb1c1fada33147f2fdf3e5c2b5 Mon Sep 17 00:00:00 2001 From: Andrew Ammerlaan Date: Fri, 17 Nov 2023 11:21:14 +0100 Subject: [PATCH] dev-python/dill: enable pypy3 Signed-off-by: Andrew Ammerlaan --- dev-python/dill/dill-0.3.7.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dev-python/dill/dill-0.3.7.ebuild b/dev-python/dill/dill-0.3.7.ebuild index e8501aea01b8f..ba115b0acb303 100644 --- a/dev-python/dill/dill-0.3.7.ebuild +++ b/dev-python/dill/dill-0.3.7.ebuild @@ -4,7 +4,7 @@ EAPI=8 DISTUTILS_USE_PEP517=setuptools -PYTHON_COMPAT=( python3_{10..12} ) +PYTHON_COMPAT=( python3_{10..12} pypy3 ) inherit distutils-r1