From c85336132b9afb37263b63fbb2ff9ae32c2da2dd Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Micha=C5=82=20G=C3=B3rny?= Date: Sat, 14 Jul 2018 22:14:11 +0200 Subject: [PATCH] dev-python/cffi: Enable py3.7 --- dev-python/cffi/cffi-1.11.5.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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