diff options
author | Matthew Thode <prometheanfire@gentoo.org> | 2019-01-27 15:34:37 -0600 |
---|---|---|
committer | Matthew Thode <prometheanfire@gentoo.org> | 2019-01-27 18:23:48 -0600 |
commit | 3f7d7af9e5c985a231e8e2019fa7f85cdc4ba477 (patch) | |
tree | 7fb0f93b0eb184b2fb1225481c07f368083d8555 /dev-python/reno | |
parent | dev-python/openstackdocstheme: py37 support (diff) | |
download | gentoo-3f7d7af9e5c985a231e8e2019fa7f85cdc4ba477.tar.gz gentoo-3f7d7af9e5c985a231e8e2019fa7f85cdc4ba477.tar.bz2 gentoo-3f7d7af9e5c985a231e8e2019fa7f85cdc4ba477.zip |
dev-python/reno: 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/reno')
-rw-r--r-- | dev-python/reno/reno-2.7.0.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/dev-python/reno/reno-2.7.0.ebuild b/dev-python/reno/reno-2.7.0.ebuild index 5c6ce8885859..3740aaf3589a 100644 --- a/dev-python/reno/reno-2.7.0.ebuild +++ b/dev-python/reno/reno-2.7.0.ebuild @@ -2,7 +2,7 @@ # 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 |