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

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