diff options
author | Andrew Ammerlaan <andrewammerlaan@gentoo.org> | 2023-11-17 11:21:14 +0100 |
---|---|---|
committer | Andrew Ammerlaan <andrewammerlaan@gentoo.org> | 2023-11-17 11:21:14 +0100 |
commit | ae99c65cf98dc3fb1c1fada33147f2fdf3e5c2b5 (patch) | |
tree | 8c11f12c741d8fe57148fcd969ce8ac90bb86114 /dev-python/dill | |
parent | dev-python/docstring-to-markdown: enable pypy3 (diff) | |
download | gentoo-ae99c65cf98dc3fb1c1fada33147f2fdf3e5c2b5.tar.gz gentoo-ae99c65cf98dc3fb1c1fada33147f2fdf3e5c2b5.tar.bz2 gentoo-ae99c65cf98dc3fb1c1fada33147f2fdf3e5c2b5.zip |
dev-python/dill: enable pypy3
Signed-off-by: Andrew Ammerlaan <andrewammerlaan@gentoo.org>
Diffstat (limited to 'dev-python/dill')
-rw-r--r-- | dev-python/dill/dill-0.3.7.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/dev-python/dill/dill-0.3.7.ebuild b/dev-python/dill/dill-0.3.7.ebuild index e8501aea01b8..ba115b0acb30 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 |