diff options
author | Michał Górny <mgorny@gentoo.org> | 2018-07-14 22:14:16 +0200 |
---|---|---|
committer | Michał Górny <mgorny@gentoo.org> | 2018-07-16 21:56:57 +0200 |
commit | 167579a041b1cf0db1265a543b30607f271096f1 (patch) | |
tree | c156c75db2747fa7b211c007ed4706df66d3cf7a /virtual/python-cffi | |
parent | dev-python/cryptography: Enable py3.7 (diff) | |
download | gentoo-167579a041b1cf0db1265a543b30607f271096f1.tar.gz gentoo-167579a041b1cf0db1265a543b30607f271096f1.tar.bz2 gentoo-167579a041b1cf0db1265a543b30607f271096f1.zip |
virtual/python-cffi: Enable py3.7
Diffstat (limited to 'virtual/python-cffi')
-rw-r--r-- | virtual/python-cffi/python-cffi-0.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
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 |