summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMatthew Thode <prometheanfire@gentoo.org>2019-01-27 15:50:30 -0600
committerMatthew Thode <prometheanfire@gentoo.org>2019-01-27 18:23:59 -0600
commit844e7c12edee01d7628221cc75a947c13bd32b30 (patch)
tree96c5e9e680edf68884129f06c501af68ef4f0b3d
parentdev-python/astroid: add py37 support (diff)
downloadgentoo-844e7c12edee01d7628221cc75a947c13bd32b30.tar.gz
gentoo-844e7c12edee01d7628221cc75a947c13bd32b30.tar.bz2
gentoo-844e7c12edee01d7628221cc75a947c13bd32b30.zip
dev-python/pytest: add py37 support
Package-Manager: Portage-2.3.51, Repoman-2.3.12 Signed-off-by: Matthew Thode <prometheanfire@gentoo.org>
-rw-r--r--dev-python/pytest/pytest-3.2.2.ebuild4
1 files changed, 2 insertions, 2 deletions
diff --git a/dev-python/pytest/pytest-3.2.2.ebuild b/dev-python/pytest/pytest-3.2.2.ebuild
index 430e295aaf5e..66539b1e8c2f 100644
--- a/dev-python/pytest/pytest-3.2.2.ebuild
+++ b/dev-python/pytest/pytest-3.2.2.ebuild
@@ -1,9 +1,9 @@
-# Copyright 1999-2018 Gentoo Foundation
+# Copyright 1999-2019 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=6
-PYTHON_COMPAT=( python2_7 python3_{4,5,6} pypy{,3} )
+PYTHON_COMPAT=( python2_7 python3_{4,5,6,7} pypy{,3} )
inherit distutils-r1