dev-python/webencodings: Enable py3.7
authorMichał Górny <mgorny@gentoo.org>
Sat, 14 Jul 2018 20:15:17 +0000 (22:15 +0200)
committerMichał Górny <mgorny@gentoo.org>
Mon, 16 Jul 2018 19:57:07 +0000 (21:57 +0200)
dev-python/webencodings/webencodings-0.5.1.ebuild

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