summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorZac Medico <zmedico@gentoo.org>2017-02-11 16:45:21 -0800
committerZac Medico <zmedico@gentoo.org>2017-02-12 14:18:50 -0800
commite3ad7e04dbd1d2244724dcd7b79fa85bcfb20628 (patch)
treebc5a65969df6f51de86e66633b7c919aeacd99e3 /dev-python/webcolors
parentdev-python/rfc3986: PYTHON_COMPAT: add python3_6 (diff)
downloadgentoo-e3ad7e04dbd1d2244724dcd7b79fa85bcfb20628.tar.gz
gentoo-e3ad7e04dbd1d2244724dcd7b79fa85bcfb20628.tar.bz2
gentoo-e3ad7e04dbd1d2244724dcd7b79fa85bcfb20628.zip
dev-python/webcolors: PYTHON_COMPAT: add python3_6
Package-Manager: Portage-2.3.3, Repoman-2.3.1
Diffstat (limited to 'dev-python/webcolors')
-rw-r--r--dev-python/webcolors/webcolors-1.5.ebuild2
1 files changed, 1 insertions, 1 deletions
diff --git a/dev-python/webcolors/webcolors-1.5.ebuild b/dev-python/webcolors/webcolors-1.5.ebuild
index b4f243e981fa..b027378e02ad 100644
--- a/dev-python/webcolors/webcolors-1.5.ebuild
+++ b/dev-python/webcolors/webcolors-1.5.ebuild
@@ -4,7 +4,7 @@
EAPI=5
-PYTHON_COMPAT=( python2_7 python3_{4,5} pypy pypy3 )
+PYTHON_COMPAT=( python2_7 python3_{4,5,6} pypy pypy3 )
inherit distutils-r1