From 167579a041b1cf0db1265a543b30607f271096f1 Mon Sep 17 00:00:00 2001 From: Michał Górny Date: Sat, 14 Jul 2018 22:14:16 +0200 Subject: virtual/python-cffi: Enable py3.7 --- virtual/python-cffi/python-cffi-0.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'virtual/python-cffi') diff --git a/virtual/python-cffi/python-cffi-0.ebuild b/virtual/python-cffi/python-cffi-0.ebuild index d5b81b28a564..6faf6e87d47d 100644 --- a/virtual/python-cffi/python-cffi-0.ebuild +++ b/virtual/python-cffi/python-cffi-0.ebuild @@ -3,7 +3,7 @@ EAPI=6 -PYTHON_COMPAT=( python2_7 python3_{4,5,6} pypy{,3} ) +PYTHON_COMPAT=( python2_7 python3_{4,5,6,7} pypy{,3} ) inherit python-r1 -- cgit v1.2.3-65-gdbad