summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndrew Ammerlaan <andrewammerlaan@gentoo.org>2023-11-17 11:32:22 +0100
committerAndrew Ammerlaan <andrewammerlaan@gentoo.org>2023-11-17 11:32:22 +0100
commitd1a0a552ce0f254ccea3ce8b80982305601737bc (patch)
tree1f80e21c50b0947966aea9949afdfb56b2d9b89d /dev-python/black
parentdev-python/aiohttp-cors: enable pypy3 (diff)
downloadgentoo-d1a0a552ce0f254ccea3ce8b80982305601737bc.tar.gz
gentoo-d1a0a552ce0f254ccea3ce8b80982305601737bc.tar.bz2
gentoo-d1a0a552ce0f254ccea3ce8b80982305601737bc.zip
dev-python/black: enable pypy3
Signed-off-by: Andrew Ammerlaan <andrewammerlaan@gentoo.org>
Diffstat (limited to 'dev-python/black')
-rw-r--r--dev-python/black/black-23.11.0.ebuild2
1 files changed, 1 insertions, 1 deletions
diff --git a/dev-python/black/black-23.11.0.ebuild b/dev-python/black/black-23.11.0.ebuild
index 0fed163962f0..d9ec879034a5 100644
--- a/dev-python/black/black-23.11.0.ebuild
+++ b/dev-python/black/black-23.11.0.ebuild
@@ -4,7 +4,7 @@
EAPI=8
DISTUTILS_USE_PEP517=hatchling
-PYTHON_COMPAT=( python3_{10..12} )
+PYTHON_COMPAT=( python3_{10..12} pypy3 )
inherit distutils-r1 optfeature pypi