diff --git a/dev-python/cffi/cffi-1.11.5.ebuild b/dev-python/cffi/cffi-1.11.5.ebuild index 7d740d2b6b196..14fa542c3c9df 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