dev-python/imagesize: PYTHON_COMPAT: add python3_6
authorZac Medico <zmedico@gentoo.org>
Sat, 11 Feb 2017 01:30:40 +0000 (17:30 -0800)
committerZac Medico <zmedico@gentoo.org>
Sun, 12 Feb 2017 22:18:24 +0000 (14:18 -0800)
Package-Manager: Portage-2.3.3, Repoman-2.3.1

dev-python/imagesize/imagesize-0.7.1.ebuild

index 4932986f813909631370c41076874cd390505b53..45dfc5fd6193b8c56fa07e883707b9ac5c855992 100644 (file)
@@ -4,7 +4,7 @@
 
 EAPI=6
 
-PYTHON_COMPAT=( python2_7 python{3_4,3_5} pypy{,3} )
+PYTHON_COMPAT=( python2_7 python3_{4,5,6} pypy{,3} )
 
 inherit distutils-r1