From: Patrick McLean Date: Wed, 29 Apr 2020 02:41:54 +0000 (-0700) Subject: dev-python/patsy-0.5.1: add py38 X-Git-Url: http://git.tremily.us/?a=commitdiff_plain;h=44deb1b6f6c971e3983763466ba10de8d8ba46cd;p=gentoo.git dev-python/patsy-0.5.1: add py38 Copyright: Sony Interactive Entertainment Inc. Package-Manager: Portage-2.3.99, Repoman-2.3.22 Signed-off-by: Patrick McLean --- diff --git a/dev-python/patsy/patsy-0.5.1.ebuild b/dev-python/patsy/patsy-0.5.1.ebuild index af9d564db12c..7ae07545ef43 100644 --- a/dev-python/patsy/patsy-0.5.1.ebuild +++ b/dev-python/patsy/patsy-0.5.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