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

index 63e90028aff6b75272117984ef949f45c29a643e..7c4064cdbc840dae9b53dea6cb47225c375b85cf 100644 (file)
@@ -4,7 +4,7 @@
 EAPI=7
 
 # The selftests fail with pypy, and urlgrabber segfaults for me.
-PYTHON_COMPAT=( python2_7 python3_{4,5,6} )
+PYTHON_COMPAT=( python2_7 python3_{4,5,6,7} )
 
 inherit distutils-r1