summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJustin Lecher <jlec@gentoo.org>2018-11-10 14:23:56 +0000
committerJustin Lecher <jlec@gentoo.org>2018-11-10 14:25:25 +0000
commit0db0e9e33213ca31679465c0a5237178b96891f4 (patch)
treeb07a80515736c4c688a4b8a9d17f3c3fd42cde44
parentdev-python/pew: Add python3.7 support (diff)
downloadgentoo-0db0e9e33213ca31679465c0a5237178b96891f4.tar.gz
gentoo-0db0e9e33213ca31679465c0a5237178b96891f4.tar.bz2
gentoo-0db0e9e33213ca31679465c0a5237178b96891f4.zip
dev-python/pipenv: Add python3.7 support
Signed-off-by: Justin Lecher <jlec@gentoo.org> Package-Manager: Portage-2.3.51, Repoman-2.3.11
-rw-r--r--dev-python/pipenv/pipenv-9.0.0-r2.ebuild4
1 files changed, 2 insertions, 2 deletions
diff --git a/dev-python/pipenv/pipenv-9.0.0-r2.ebuild b/dev-python/pipenv/pipenv-9.0.0-r2.ebuild
index 73a98b4733a8..051af5a9f0c8 100644
--- a/dev-python/pipenv/pipenv-9.0.0-r2.ebuild
+++ b/dev-python/pipenv/pipenv-9.0.0-r2.ebuild
@@ -1,9 +1,9 @@
-# Copyright 1999-2018 Gentoo Foundation
+# Copyright 1999-2018 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=6
-PYTHON_COMPAT=( python{2_7,3_{4,5,6}} )
+PYTHON_COMPAT=( python{2_7,3_{4,5,6,7}} )
inherit distutils-r1