From: Michał Górny Date: Sat, 14 Jul 2018 20:14:11 +0000 (+0200) Subject: dev-python/cffi: Enable py3.7 X-Git-Url: http://git.tremily.us/gitweb.cgi?a=commitdiff_plain;h=c85336132b9afb37263b63fbb2ff9ae32c2da2dd;p=gentoo.git dev-python/cffi: Enable py3.7 --- diff --git a/dev-python/cffi/cffi-1.11.5.ebuild b/dev-python/cffi/cffi-1.11.5.ebuild index 7d740d2b6b19..14fa542c3c9d 100644 --- a/dev-python/cffi/cffi-1.11.5.ebuild +++ b/dev-python/cffi/cffi-1.11.5.ebuild @@ -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