dev-python/service_identity: Port to py3.9
authorMichał Górny <mgorny@gentoo.org>
Mon, 25 May 2020 19:41:02 +0000 (21:41 +0200)
committerMichał Górny <mgorny@gentoo.org>
Mon, 25 May 2020 19:48:07 +0000 (21:48 +0200)
Signed-off-by: Michał Górny <mgorny@gentoo.org>
dev-python/service_identity/service_identity-18.1.0.ebuild

index 45f22445d0ae0d1cc95f65c53c3bdd3dcf530d6c..43dea76bb1180e1422a13e0690aa4cc5c60fcbc8 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 distutils-r1