dev-python/nltk: Enable py3.8
authorMichał Górny <mgorny@gentoo.org>
Mon, 13 Apr 2020 08:14:23 +0000 (10:14 +0200)
committerMichał Górny <mgorny@gentoo.org>
Mon, 13 Apr 2020 10:32:17 +0000 (12:32 +0200)
Signed-off-by: Michał Górny <mgorny@gentoo.org>
dev-python/nltk/nltk-3.5.ebuild

index 8f9f7024193bc9307fbd9ac3dee4d44d1a4972ba..c01b3203dde21afbd7559d3b0603b51e33b49093 100644 (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