diff options
author | Matthew Thode <prometheanfire@gentoo.org> | 2019-01-27 16:52:15 -0600 |
---|---|---|
committer | Matthew Thode <prometheanfire@gentoo.org> | 2019-01-27 18:24:44 -0600 |
commit | 08fde29b644b9a3c19fb03a7f98684140258c945 (patch) | |
tree | dec5684714430335a84a193444025cc850239f60 /dev-python/theano | |
parent | dev-python/nose-parameterized: add py37 support (diff) | |
download | gentoo-08fde29b644b9a3c19fb03a7f98684140258c945.tar.gz gentoo-08fde29b644b9a3c19fb03a7f98684140258c945.tar.bz2 gentoo-08fde29b644b9a3c19fb03a7f98684140258c945.zip |
dev-python/theano: add py37 support
Package-Manager: Portage-2.3.51, Repoman-2.3.12
Signed-off-by: Matthew Thode <prometheanfire@gentoo.org>
Diffstat (limited to 'dev-python/theano')
-rw-r--r-- | dev-python/theano/theano-0.9.0.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/dev-python/theano/theano-0.9.0.ebuild b/dev-python/theano/theano-0.9.0.ebuild index cc371c650767..9e54917f924e 100644 --- a/dev-python/theano/theano-0.9.0.ebuild +++ b/dev-python/theano/theano-0.9.0.ebuild @@ -1,9 +1,9 @@ -# Copyright 1999-2017 Gentoo Foundation +# Copyright 1999-2019 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=6 -PYTHON_COMPAT=( python2_7 python3_{4,5,6} ) +PYTHON_COMPAT=( python2_7 python3_{4,5,6,7} ) inherit distutils-r1 versionator |