dev-python/PyGithub: Port to py39
authorMichał Górny <mgorny@gentoo.org>
Fri, 29 May 2020 14:13:18 +0000 (16:13 +0200)
committerMichał Górny <mgorny@gentoo.org>
Sat, 30 May 2020 07:40:19 +0000 (09:40 +0200)
Signed-off-by: Michał Górny <mgorny@gentoo.org>
dev-python/PyGithub/PyGithub-1.51.ebuild

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