dev-python/wheel: PYTHON_COMPAT: add python3_6
authorZac Medico <zmedico@gentoo.org>
Sun, 12 Feb 2017 00:52:01 +0000 (16:52 -0800)
committerZac Medico <zmedico@gentoo.org>
Sun, 12 Feb 2017 22:18:54 +0000 (14:18 -0800)
Package-Manager: Portage-2.3.3, Repoman-2.3.1

dev-python/wheel/wheel-0.29.0.ebuild

index 3bcfd6ce5abe5d755a045778d29e8c035c70786f..47c0b552bc8701493bd9862cac14053acacdbcd1 100644 (file)
@@ -4,7 +4,7 @@
 
 EAPI=6
 
-PYTHON_COMPAT=( python2_7 python3_{4,5} pypy pypy3 )
+PYTHON_COMPAT=( python2_7 python3_{4,5,6} pypy pypy3 )
 
 inherit distutils-r1 eutils