dev-python/schedule: remove pypy3

Package-Manager: Portage-3.0.17, Repoman-3.0.2
Signed-off-by: Alessandro Barbieri <lssndrbarbieri@gmail.com>
This commit is contained in:
Alessandro Barbieri
2021-03-27 19:35:30 +01:00
parent b5f6876cda
commit 8ec9125e5a

View File

@@ -3,7 +3,8 @@
EAPI=7
PYTHON_COMPAT=( python3_{7,8,9} pypy3 )
#pypy3 fails tests
PYTHON_COMPAT=( python3_{7,8,9} )
inherit distutils-r1