dev-python/pluggy: Enable py3.8

Signed-off-by: Michał Górny <mgorny@gentoo.org>
This commit is contained in:
Michał Górny
2019-11-16 10:54:41 +01:00
parent a3b64e48f2
commit eacc955589

View File

@@ -3,7 +3,7 @@
EAPI=7
PYTHON_COMPAT=( python{2_7,3_{5,6,7}} pypy pypy3 )
PYTHON_COMPAT=( python{2_7,3_{5,6,7,8}} pypy pypy3 )
inherit distutils-r1