dev-python/cffi: Enable py3.7

This commit is contained in:
Michał Górny
2018-07-14 22:14:11 +02:00
parent e9e6200743
commit c85336132b

View 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