dev-python/contextlib2: Enable py3.7
authorMichał Górny <mgorny@gentoo.org>
Sat, 14 Jul 2018 20:09:09 +0000 (22:09 +0200)
committerMichał Górny <mgorny@gentoo.org>
Mon, 16 Jul 2018 19:56:31 +0000 (21:56 +0200)
dev-python/contextlib2/contextlib2-0.5.5.ebuild

index add08a62c816dfe915bde7c176f84c4dc0d865eb..97a9d05fdf580638c15f81a6e8d7083af06c728c 100644 (file)
@@ -3,7 +3,7 @@
 
 EAPI=6
 
-PYTHON_COMPAT=( python{2_7,3_4,3_5,3_6} pypy{,3} )
+PYTHON_COMPAT=( python{2_7,3_4,3_5,3_6,3_7} pypy{,3} )
 
 inherit distutils-r1