summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichał Górny <mgorny@gentoo.org>2023-11-16 15:35:36 +0100
committerMichał Górny <mgorny@gentoo.org>2023-11-16 16:22:48 +0100
commitc07c51eeca9f22272b574b80383777d09e6b6e35 (patch)
treee1656fe3b2e38ffd3e123659cfae31ee7dcd3db4 /dev-python/comm/comm-0.2.0.ebuild
parentdev-python/traitlets: Enable pypy3 (diff)
downloadgentoo-c07c51eeca9f22272b574b80383777d09e6b6e35.tar.gz
gentoo-c07c51eeca9f22272b574b80383777d09e6b6e35.tar.bz2
gentoo-c07c51eeca9f22272b574b80383777d09e6b6e35.zip
dev-python/comm: Enable pypy3
Sponsored-by: Ex Makhina, Inc. <info-gentoo@exmakhina.com> Signed-off-by: Michał Górny <mgorny@gentoo.org>
Diffstat (limited to 'dev-python/comm/comm-0.2.0.ebuild')
-rw-r--r--dev-python/comm/comm-0.2.0.ebuild2
1 files changed, 1 insertions, 1 deletions
diff --git a/dev-python/comm/comm-0.2.0.ebuild b/dev-python/comm/comm-0.2.0.ebuild
index 095507a6cbf5..c3fa957c225d 100644
--- a/dev-python/comm/comm-0.2.0.ebuild
+++ b/dev-python/comm/comm-0.2.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