diff --git a/dev-python/nbconvert/nbconvert-7.11.0.ebuild b/dev-python/nbconvert/nbconvert-7.11.0.ebuild index 9c8f8f3e14fd4..e6d12ff027037 100644 --- a/dev-python/nbconvert/nbconvert-7.11.0.ebuild +++ b/dev-python/nbconvert/nbconvert-7.11.0.ebuild @@ -4,7 +4,7 @@ EAPI=8 DISTUTILS_USE_PEP517=hatchling -PYTHON_COMPAT=( python3_{10..12} ) +PYTHON_COMPAT=( pypy3 python3_{10..12} ) inherit distutils-r1 pypi virtualx