diff options
author | Michał Górny <mgorny@gentoo.org> | 2022-02-02 09:52:53 +0100 |
---|---|---|
committer | Michał Górny <mgorny@gentoo.org> | 2022-02-02 10:26:44 +0100 |
commit | 3c3808ca2b26b8164e7031ccc0f529e44e32a883 (patch) | |
tree | 6bcb14093ab25db49cd5d1acdb3374a9d29ed9f5 /dev-python/constantly | |
parent | dev-python/twisted: Switch to PEP 517 build (diff) | |
download | gentoo-3c3808ca2b26b8164e7031ccc0f529e44e32a883.tar.gz gentoo-3c3808ca2b26b8164e7031ccc0f529e44e32a883.tar.bz2 gentoo-3c3808ca2b26b8164e7031ccc0f529e44e32a883.zip |
dev-python/constantly: Add pypy3 love
Signed-off-by: Michał Górny <mgorny@gentoo.org>
Diffstat (limited to 'dev-python/constantly')
-rw-r--r-- | dev-python/constantly/constantly-15.1.0-r1.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/dev-python/constantly/constantly-15.1.0-r1.ebuild b/dev-python/constantly/constantly-15.1.0-r1.ebuild index bccc729c58b6..133779abb9fc 100644 --- a/dev-python/constantly/constantly-15.1.0-r1.ebuild +++ b/dev-python/constantly/constantly-15.1.0-r1.ebuild @@ -2,7 +2,7 @@ # Distributed under the terms of the GNU General Public License v2 EAPI=7 -PYTHON_COMPAT=( python3_{7..10} ) +PYTHON_COMPAT=( python3_{8..10} pypy3 ) DISTUTILS_USE_SETUPTOOLS=bdepend inherit distutils-r1 |