From: Michał Górny Date: Fri, 29 May 2020 14:13:18 +0000 (+0200) Subject: dev-python/PyGithub: Port to py39 X-Git-Url: http://git.tremily.us/?a=commitdiff_plain;h=154a07da05af8575d5bb3054f347a83f98090dac;p=gentoo.git dev-python/PyGithub: Port to py39 Signed-off-by: Michał Górny --- diff --git a/dev-python/PyGithub/PyGithub-1.51.ebuild b/dev-python/PyGithub/PyGithub-1.51.ebuild index cf6f5a658720..0a466756e898 100644 --- a/dev-python/PyGithub/PyGithub-1.51.ebuild +++ b/dev-python/PyGithub/PyGithub-1.51.ebuild @@ -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