diff options
author | Michał Górny <mgorny@gentoo.org> | 2020-05-25 21:28:59 +0200 |
---|---|---|
committer | Michał Górny <mgorny@gentoo.org> | 2020-05-25 21:48:02 +0200 |
commit | b99b407de511e5b6c2ee38bc425ee85f08173bf0 (patch) | |
tree | 43fc2e6614250808795adfd201f4f7a66de94864 /virtual/python-cffi | |
parent | sys-cluster/slurm: improve netloc dep, disable-static (diff) | |
download | gentoo-b99b407de511e5b6c2ee38bc425ee85f08173bf0.tar.gz gentoo-b99b407de511e5b6c2ee38bc425ee85f08173bf0.tar.bz2 gentoo-b99b407de511e5b6c2ee38bc425ee85f08173bf0.zip |
virtual/python-cffi: Port to py3.9
Signed-off-by: Michał Górny <mgorny@gentoo.org>
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 4c6293743c18..01c7f68dacf8 100644 --- a/virtual/python-cffi/python-cffi-0.ebuild +++ b/virtual/python-cffi/python-cffi-0.ebuild @@ -3,7 +3,7 @@ EAPI=7 -PYTHON_COMPAT=( python2_7 python3_{6,7,8} pypy3 ) +PYTHON_COMPAT=( python2_7 python3_{6,7,8,9} pypy3 ) inherit python-r1 |