dev-python/txgithub: Enable py3.{7,8}
authorMichał Górny <mgorny@gentoo.org>
Sun, 26 Apr 2020 12:46:06 +0000 (14:46 +0200)
committerMichał Górny <mgorny@gentoo.org>
Sun, 26 Apr 2020 12:50:57 +0000 (14:50 +0200)
Signed-off-by: Michał Górny <mgorny@gentoo.org>
dev-python/txgithub/txgithub-15.0.0-r1.ebuild

index e764dc685968a56e8c6fe5e45d1cc3633b9090de..50ad0fbde27245ff87e9e4fb52bdb4b0a3c23df9 100644 (file)
@@ -2,7 +2,7 @@
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=6
-PYTHON_COMPAT=( python3_6)
+PYTHON_COMPAT=( python3_{6,7,8} )
 
 inherit eutils distutils-r1