diff options
author | Sean Vig <sean.v.775@gmail.com> | 2016-03-28 10:13:39 -0500 |
---|---|---|
committer | Sean Vig <sean.v.775@gmail.com> | 2016-03-28 10:13:39 -0500 |
commit | c5dbfe9c87b193c7ee90abbab8e5e6bec2174ee4 (patch) | |
tree | 43e750d545f4154317bfeef1f6acb254c4bb64eb /dev-python/sympy | |
parent | dev-python/pyopengl: Add Python 3.5 (diff) | |
download | gentoo-c5dbfe9c87b193c7ee90abbab8e5e6bec2174ee4.tar.gz gentoo-c5dbfe9c87b193c7ee90abbab8e5e6bec2174ee4.tar.bz2 gentoo-c5dbfe9c87b193c7ee90abbab8e5e6bec2174ee4.zip |
dev-python/sympy: Add Python 3.5
Diffstat (limited to 'dev-python/sympy')
-rw-r--r-- | dev-python/sympy/sympy-1.0-r1.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
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 |