dev-python/kafka-python: PYTHON_COMPAT+=(pythonh3_8)
authorZac Medico <zmedico@gentoo.org>
Mon, 24 Feb 2020 20:41:40 +0000 (12:41 -0800)
committerZac Medico <zmedico@gentoo.org>
Mon, 24 Feb 2020 20:42:05 +0000 (12:42 -0800)
Package-Manager: Portage-2.3.89, Repoman-2.3.20
Signed-off-by: Zac Medico <zmedico@gentoo.org>
dev-python/kafka-python/kafka-python-1.4.7.ebuild

index 5a21f667e95866009c616e520ef136f956d22a87..6a83fc9b950798eb90c12097157193628ebb6d9e 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} )
+PYTHON_COMPAT=( python2_7 python3_{6,7,8} )
 
 inherit distutils-r1