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

index b594318c978da58affbf2099853acde9ac7045d3..bdfc8e64c1409243eb019e42335794c30d777e27 100644 (file)
@@ -3,7 +3,7 @@
 
 EAPI=6
 
-PYTHON_COMPAT=( python{2_7,3_{4,5,6}} pypy pypy3 )
+PYTHON_COMPAT=( python{2_7,3_{4,5,6,7}} pypy pypy3 )
 
 inherit distutils-r1