dev-python/nltk: Enable py3.8

Signed-off-by: Michał Górny <mgorny@gentoo.org>
This commit is contained in:
Michał Górny
2020-04-13 10:14:23 +02:00
parent 475150d513
commit 4abe0f29ac

View File

@@ -4,7 +4,7 @@
EAPI=7
DISTUTILS_USE_SETUPTOOLS=rdepend
PYTHON_COMPAT=( python3_{6,7} )
PYTHON_COMPAT=( python3_{6,7,8} )
PYTHON_REQ_USE="sqlite,tk?,xml(+)"
inherit distutils-r1