dev-python/extras-1.0.0: python 3.8 support added.

Signed-off-by: Piotr Karbowski <slashbeast@gentoo.org>
This commit is contained in:
Piotr Karbowski
2019-12-30 21:53:41 +01:00
parent 83d1870063
commit 2df7264162

View File

@@ -3,7 +3,7 @@
EAPI=5
PYTHON_COMPAT=( python2_7 python3_5 python3_6 python3_7 pypy pypy3 )
PYTHON_COMPAT=( python2_7 python3_5 python3_6 python3_7 python3_8 pypy pypy3 )
inherit distutils-r1