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

index e588573728432f1a829686114fbe0b66333289f6..10c950a9b769dabdbfb12dce6eb5992fd441a3a6 100644 (file)
@@ -2,7 +2,7 @@
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=7
-PYTHON_COMPAT=( python3_{6,7,8} )
+PYTHON_COMPAT=( python3_{6,7,8,9} )
 
 inherit distutils-r1