dev-python/PyGithub: Enable py3.8
authorMichał Górny <mgorny@gentoo.org>
Mon, 13 Apr 2020 07:41:57 +0000 (09:41 +0200)
committerMichał Górny <mgorny@gentoo.org>
Mon, 13 Apr 2020 10:32:11 +0000 (12:32 +0200)
Signed-off-by: Michał Górny <mgorny@gentoo.org>
dev-python/PyGithub/PyGithub-1.47.ebuild

index cd955f105322964f2cc25e9e59e1779353e7388f..8a7272bf1c209f1d9882f512ca3be3721a3fe938 100644 (file)
@@ -2,7 +2,7 @@
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=7
-PYTHON_COMPAT=( python{3_6,3_7} )
+PYTHON_COMPAT=( python3_{6,7,8} )
 
 inherit distutils-r1