diff options
author | Michał Górny <mgorny@gentoo.org> | 2023-11-16 17:50:53 +0100 |
---|---|---|
committer | Michał Górny <mgorny@gentoo.org> | 2023-11-16 17:50:53 +0100 |
commit | 5f8b475bd359ac1498ee15c2772153f546dd5c67 (patch) | |
tree | a3a586cb7e8481f7e7c3a5a083904db7f6c5d873 /dev-python/astroid | |
parent | dev-python/littleutils: Enable pypy3 (diff) | |
download | gentoo-5f8b475bd359ac1498ee15c2772153f546dd5c67.tar.gz gentoo-5f8b475bd359ac1498ee15c2772153f546dd5c67.tar.bz2 gentoo-5f8b475bd359ac1498ee15c2772153f546dd5c67.zip |
dev-python/astroid: 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/astroid')
-rw-r--r-- | dev-python/astroid/astroid-3.0.1.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/dev-python/astroid/astroid-3.0.1.ebuild b/dev-python/astroid/astroid-3.0.1.ebuild index aee9d469f5c9..323e3b100ff6 100644 --- a/dev-python/astroid/astroid-3.0.1.ebuild +++ b/dev-python/astroid/astroid-3.0.1.ebuild @@ -4,7 +4,7 @@ EAPI=8 DISTUTILS_USE_PEP517=setuptools -PYTHON_COMPAT=( python3_{10..12} ) +PYTHON_COMPAT=( pypy3 python3_{10..12} ) inherit distutils-r1 |