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

index 2384de66b83a9b1efab38ed6cd23892cc6a3be86..737863453dfa87e40bc2ed9c193161d441c08f7d 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