commit: 7181a032552724d43ab8a35a982f95d00d3344cb Author: Craig Andrews <candrews <AT> gentoo <DOT> org> AuthorDate: Sun Oct 13 20:24:26 2019 +0000 Commit: Craig Andrews <candrews <AT> gentoo <DOT> org> CommitDate: Sun Nov 3 13:58:31 2019 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7181a032
dev-lang/hy: Python 3.7 compatibility Package-Manager: Portage-2.3.76, Repoman-2.3.17 Signed-off-by: Craig Andrews <candrews <AT> gentoo.org> Closes: https://github.com/gentoo/gentoo/pull/13286 Signed-off-by: Craig Andrews <candrews <AT> gentoo.org> dev-lang/hy/hy-0.16.0.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dev-lang/hy/hy-0.16.0.ebuild b/dev-lang/hy/hy-0.16.0.ebuild index 348c322dc9a..4c1b092914e 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"
