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

index 9d4466231cf6abbd23eafecdc0ef82e9418a5694..6f23d1222a434f13547dd50b205bc282340d273d 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