From: Michał Górny Date: Tue, 26 May 2020 17:02:37 +0000 (+0200) Subject: virtual/python-greenlet: Port to py39 X-Git-Url: http://git.tremily.us/gitweb.cgi?a=commitdiff_plain;h=d4311131f81cd98e6e485a7ed3bb4185473b7daa;p=gentoo.git virtual/python-greenlet: Port to py39 Signed-off-by: Michał Górny --- diff --git a/virtual/python-greenlet/python-greenlet-1.0-r1.ebuild b/virtual/python-greenlet/python-greenlet-1.0-r1.ebuild index 00e373fb83ca..f452e5f894fb 100644 --- a/virtual/python-greenlet/python-greenlet-1.0-r1.ebuild +++ b/virtual/python-greenlet/python-greenlet-1.0-r1.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