From: Matthew Thode Date: Sun, 27 Jan 2019 23:26:54 +0000 (-0600) Subject: dev-python/cmd2: add py37 support X-Git-Url: http://git.tremily.us/?a=commitdiff_plain;h=09daad2a6b9f151652e4751896e07f89530cc732;p=gentoo.git dev-python/cmd2: add py37 support Package-Manager: Portage-2.3.51, Repoman-2.3.12 Signed-off-by: Matthew Thode --- diff --git a/dev-python/cmd2/cmd2-0.7.9.ebuild b/dev-python/cmd2/cmd2-0.7.9.ebuild index 1ea36c4bce31..ffc5df4bcea6 100644 --- a/dev-python/cmd2/cmd2-0.7.9.ebuild +++ b/dev-python/cmd2/cmd2-0.7.9.ebuild @@ -1,8 +1,8 @@ -# 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=( python{2_7,3_4,3_5,3_6} pypy ) +PYTHON_COMPAT=( python{2_7,3_4,3_5,3_6,3_7} pypy ) inherit distutils-r1