summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMatthew Thode <prometheanfire@gentoo.org>2019-01-27 16:33:59 -0600
committerMatthew Thode <prometheanfire@gentoo.org>2019-01-27 18:24:27 -0600
commit461c8b5c2c519f6e677fbf196a98d8824ae2071d (patch)
tree98a927fc60a5f07fbf279d9f2bc07325a1065cd5 /dev-python/cycler/cycler-0.10.0.ebuild
parentdev-python/nbsphinx: add py37 support (diff)
downloadgentoo-461c8b5c2c519f6e677fbf196a98d8824ae2071d.tar.gz
gentoo-461c8b5c2c519f6e677fbf196a98d8824ae2071d.tar.bz2
gentoo-461c8b5c2c519f6e677fbf196a98d8824ae2071d.zip
dev-python/cycler: 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/cycler/cycler-0.10.0.ebuild')
-rw-r--r--dev-python/cycler/cycler-0.10.0.ebuild4
1 files changed, 2 insertions, 2 deletions
diff --git a/dev-python/cycler/cycler-0.10.0.ebuild b/dev-python/cycler/cycler-0.10.0.ebuild
index 9841cf8ecde3..3f6e8557d607 100644
--- a/dev-python/cycler/cycler-0.10.0.ebuild
+++ b/dev-python/cycler/cycler-0.10.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=5
-PYTHON_COMPAT=( python2_7 python3_{4,5,6} )
+PYTHON_COMPAT=( python2_7 python3_{4,5,6,7} )
inherit distutils-r1