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

index 7d740d2b6b1965764ec4702a00cb86fa20db9b63..14fa542c3c9df07e34160b7b379aa9ff68ce2548 100644 (file)
@@ -5,7 +5,7 @@ EAPI=6
 
 # DO NOT ADD pypy to PYTHON_COMPAT
 # pypy bundles a modified version of cffi. Use python_gen_cond_dep instead.
-PYTHON_COMPAT=( python2_7 python3_{4,5,6} )
+PYTHON_COMPAT=( python2_7 python3_{4,5,6,7} )
 
 inherit distutils-r1