From: Patrick McLean Date: Thu, 2 Apr 2020 21:44:49 +0000 (-0700) Subject: dev-python/pecan-1.3.3-r2: Add py38 X-Git-Url: http://git.tremily.us/?a=commitdiff_plain;h=7e84442fecd45c5635ea4906ede94a95b69e286c;p=gentoo.git dev-python/pecan-1.3.3-r2: Add py38 Copyright: Sony Interactive Entertainment Inc. Package-Manager: Portage-2.3.96, Repoman-2.3.22 Signed-off-by: Patrick McLean --- diff --git a/dev-python/pecan/pecan-1.3.3-r2.ebuild b/dev-python/pecan/pecan-1.3.3-r2.ebuild index 24f0b46e545f..d2c2de82594a 100644 --- a/dev-python/pecan/pecan-1.3.3-r2.ebuild +++ b/dev-python/pecan/pecan-1.3.3-r2.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