dev-python/yarl-1.3.0: python 3.8 support added.

Signed-off-by: Piotr Karbowski <slashbeast@gentoo.org>
This commit is contained in:
Piotr Karbowski
2019-12-30 22:51:03 +01:00
parent 504c92d42f
commit 98a2ecb3d1

View File

@@ -2,7 +2,7 @@
# Distributed under the terms of the GNU General Public License v2
EAPI=6
PYTHON_COMPAT=( python3_{5,6,7} )
PYTHON_COMPAT=( python3_{5,6,7,8} )
inherit distutils-r1