From: Michał Górny Date: Fri, 13 Mar 2020 10:28:10 +0000 (+0100) Subject: dev-python/pydot: Enable py3.8 X-Git-Url: http://git.tremily.us/?a=commitdiff_plain;h=65d0a0724e3289b6badaf7cd30478d0d737de61b;p=gentoo.git dev-python/pydot: Enable py3.8 Signed-off-by: Michał Górny --- diff --git a/dev-python/pydot/pydot-1.4.1.ebuild b/dev-python/pydot/pydot-1.4.1.ebuild index 1a3e1140998a..f3b565962921 100644 --- a/dev-python/pydot/pydot-1.4.1.ebuild +++ b/dev-python/pydot/pydot-1.4.1.ebuild @@ -2,7 +2,7 @@ # Distributed under the terms of the GNU General Public License v2 EAPI=7 -PYTHON_COMPAT=( python3_{6,7} ) +PYTHON_COMPAT=( python3_{6,7,8} ) inherit distutils-r1