dev-python/hyper-h2: Port to py39
authorMichał Górny <mgorny@gentoo.org>
Wed, 27 May 2020 07:47:21 +0000 (09:47 +0200)
committerMichał Górny <mgorny@gentoo.org>
Wed, 27 May 2020 07:47:21 +0000 (09:47 +0200)
Signed-off-by: Michał Górny <mgorny@gentoo.org>
dev-python/hyper-h2/hyper-h2-3.2.0.ebuild

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