dev-python/cssselect: Revert "Enable py3.8"

It was supposed to say 'pypy3'.

Signed-off-by: Michał Górny <mgorny@gentoo.org>
This commit is contained in:
Michał Górny
2019-11-23 16:26:30 +01:00
parent 60fc76b611
commit 6e879223b2

View File

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