summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPatrick McLean <patrick.mclean@sony.com>2020-04-02 14:44:49 -0700
committerPatrick McLean <chutzpah@gentoo.org>2020-04-02 14:44:49 -0700
commit7e84442fecd45c5635ea4906ede94a95b69e286c (patch)
tree38163f68cfeb15239435c185a0b2767836c227a3 /dev-python/pecan
parentdev-python/logutils-0.3.5: Version bump, add py38 (diff)
downloadgentoo-7e84442fecd45c5635ea4906ede94a95b69e286c.tar.gz
gentoo-7e84442fecd45c5635ea4906ede94a95b69e286c.tar.bz2
gentoo-7e84442fecd45c5635ea4906ede94a95b69e286c.zip
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 <chutzpah@gentoo.org>
Diffstat (limited to 'dev-python/pecan')
-rw-r--r--dev-python/pecan/pecan-1.3.3-r2.ebuild2
1 files changed, 1 insertions, 1 deletions
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