diff options
author | 2020-05-29 16:13:18 +0200 | |
---|---|---|
committer | 2020-05-30 09:40:19 +0200 | |
commit | 154a07da05af8575d5bb3054f347a83f98090dac (patch) | |
tree | 92a42fe9e1729b0af11401b05faf508fb692464f /dev-python/PyGithub | |
parent | dev-python/deprecated: Port to py39 (diff) | |
download | gentoo-154a07da05af8575d5bb3054f347a83f98090dac.tar.gz gentoo-154a07da05af8575d5bb3054f347a83f98090dac.tar.bz2 gentoo-154a07da05af8575d5bb3054f347a83f98090dac.zip |
dev-python/PyGithub: Port to py39
Signed-off-by: Michał Górny <mgorny@gentoo.org>
Diffstat (limited to 'dev-python/PyGithub')
-rw-r--r-- | dev-python/PyGithub/PyGithub-1.51.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
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 |