dev-python/flake8: Add python3.7 support
authorJustin Lecher <jlec@gentoo.org>
Sat, 10 Nov 2018 13:35:08 +0000 (13:35 +0000)
committerJustin Lecher <jlec@gentoo.org>
Sat, 10 Nov 2018 14:25:24 +0000 (14:25 +0000)
Signed-off-by: Justin Lecher <jlec@gentoo.org>
Package-Manager: Portage-2.3.51, Repoman-2.3.11

dev-python/flake8/flake8-3.6.0.ebuild

index 5e7f69a1d6422fbd31ecaf6fa9d185167b32e8de..7cda3bb34738b3f777246222cbda66694d8d7ba0 100644 (file)
@@ -3,7 +3,7 @@
 
 EAPI=6
 
-PYTHON_COMPAT=( python2_7 python3_{4,5,6} pypy{,3} )
+PYTHON_COMPAT=( python2_7 python3_{4,5,6,7} pypy{,3} )
 
 inherit distutils-r1