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

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