diff options
author | Matthew Thode <prometheanfire@gentoo.org> | 2019-01-27 16:14:28 -0600 |
---|---|---|
committer | Matthew Thode <prometheanfire@gentoo.org> | 2019-01-27 18:24:16 -0600 |
commit | 1a7d5c63b228aad8fc681aa2f2f81019dbc3d499 (patch) | |
tree | 93238c6bf70cc7b9113b9f51df85789a1b32259a /dev-python/ipython_genutils | |
parent | dev-python/simplegeneric: add py37 suppot (diff) | |
download | gentoo-1a7d5c63b228aad8fc681aa2f2f81019dbc3d499.tar.gz gentoo-1a7d5c63b228aad8fc681aa2f2f81019dbc3d499.tar.bz2 gentoo-1a7d5c63b228aad8fc681aa2f2f81019dbc3d499.zip |
dev-python/ipython_genutils: 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/ipython_genutils')
-rw-r--r-- | dev-python/ipython_genutils/ipython_genutils-0.2.0.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/dev-python/ipython_genutils/ipython_genutils-0.2.0.ebuild b/dev-python/ipython_genutils/ipython_genutils-0.2.0.ebuild index b1cc5f7d33ae..615adb1f7954 100644 --- a/dev-python/ipython_genutils/ipython_genutils-0.2.0.ebuild +++ b/dev-python/ipython_genutils/ipython_genutils-0.2.0.ebuild @@ -1,9 +1,9 @@ -# Copyright 1999-2018 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 |