virtual/python-greenlet: Port to py39
authorMichał Górny <mgorny@gentoo.org>
Tue, 26 May 2020 17:02:37 +0000 (19:02 +0200)
committerMichał Górny <mgorny@gentoo.org>
Tue, 26 May 2020 18:09:46 +0000 (20:09 +0200)
Signed-off-by: Michał Górny <mgorny@gentoo.org>
virtual/python-greenlet/python-greenlet-1.0-r1.ebuild

index 00e373fb83cabeeebefbbda5fb95b76901e97cdc..f452e5f894fbdfeae3079040f867361906c64718 100644 (file)
@@ -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