From: Robert Siebeck Date: Wed, 29 Apr 2020 14:21:02 +0000 (+0200) Subject: dev-python/python-slugify: add support for Python 3.8 X-Git-Url: http://git.tremily.us/?a=commitdiff_plain;h=d5c2a47a1faa5ef2dad5ad9cbe3237b31ff5cbfc;p=gentoo.git dev-python/python-slugify: add support for Python 3.8 Signed-off-by: Robert Siebeck Signed-off-by: Joonas Niilola --- diff --git a/dev-python/python-slugify/python-slugify-1.2.6.ebuild b/dev-python/python-slugify/python-slugify-1.2.6.ebuild index eed79aeecdd2..8d4cc5710f71 100644 --- a/dev-python/python-slugify/python-slugify-1.2.6.ebuild +++ b/dev-python/python-slugify/python-slugify-1.2.6.ebuild @@ -3,7 +3,7 @@ EAPI=7 -PYTHON_COMPAT=( python3_{6,7} ) +PYTHON_COMPAT=( python3_{6,7,8} ) DISTUTILS_USE_SETUPTOOLS=rdepend inherit distutils-r1