From: Craig Andrews Date: Sun, 13 Oct 2019 20:24:26 +0000 (-0400) Subject: dev-lang/hy: Python 3.7 compatibility X-Git-Url: http://git.tremily.us/?a=commitdiff_plain;h=7181a032552724d43ab8a35a982f95d00d3344cb;p=gentoo.git dev-lang/hy: Python 3.7 compatibility Package-Manager: Portage-2.3.76, Repoman-2.3.17 Signed-off-by: Craig Andrews Closes: https://github.com/gentoo/gentoo/pull/13286 Signed-off-by: Craig Andrews --- diff --git a/dev-lang/hy/hy-0.16.0.ebuild b/dev-lang/hy/hy-0.16.0.ebuild index 348c322dc9a5..4c1b092914ee 100644 --- a/dev-lang/hy/hy-0.16.0.ebuild +++ b/dev-lang/hy/hy-0.16.0.ebuild @@ -4,7 +4,7 @@ EAPI="7" RESTRICT="test" # needs some pointy sticks. Seriously. -PYTHON_COMPAT=(python{2_7,3_5,3_6}) +PYTHON_COMPAT=(python{2_7,3_5,3_6,3_7}) inherit distutils-r1 eutils DESCRIPTION="A LISP dialect running in python"