dev-python/aionotify: remove py3_8 and pypy

these are not supported by dependency asynctest
and repoman is complaining about it

Package-Manager: Portage-2.3.94, Repoman-2.3.21
Signed-off-by: Andrew Ammerlaan <andrewammerlaan@riseup.net>
This commit is contained in:
Andrew Ammerlaan
2020-03-16 09:53:41 +01:00
parent cca5cc2b3f
commit fd496eaaa4

View File

@@ -3,7 +3,7 @@
EAPI=7
PYTHON_COMPAT=( python3_{6,7,8} pypy3 )
PYTHON_COMPAT=( python3_{6,7} )
inherit distutils-r1