From: Sean Vig Date: Mon, 28 Mar 2016 15:13:39 +0000 (-0500) Subject: dev-python/sympy: Add Python 3.5 X-Git-Url: http://git.tremily.us/gitweb.cgi?a=commitdiff_plain;h=c5dbfe9c87b193c7ee90abbab8e5e6bec2174ee4;p=gentoo.git dev-python/sympy: Add Python 3.5 --- diff --git a/dev-python/sympy/sympy-1.0-r1.ebuild b/dev-python/sympy/sympy-1.0-r1.ebuild index 2db71a6be7bb..1e84a5016069 100644 --- a/dev-python/sympy/sympy-1.0-r1.ebuild +++ b/dev-python/sympy/sympy-1.0-r1.ebuild @@ -4,7 +4,7 @@ EAPI=5 -PYTHON_COMPAT=( python{2_7,3_3,3_4} ) +PYTHON_COMPAT=( python{2_7,3_3,3_4,3_5} ) inherit distutils-r1 eutils virtualx