projects
/
gentoo.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
46b5dff
)
dev-python/PyGithub: Port to py39
author
Michał Górny
<mgorny@gentoo.org>
Fri, 29 May 2020 14:13:18 +0000
(16:13 +0200)
committer
Michał 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
patch
|
blob
|
history
diff --git
a/dev-python/PyGithub/PyGithub-1.51.ebuild
b/dev-python/PyGithub/PyGithub-1.51.ebuild
index cf6f5a658720c14c4a205c7ef602a9203ecb26fe..0a466756e898fa7ad81d07f02667bddc3a6a1cdf 100644
(file)
--- 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