projects
/
gentoo.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
7ac89c3
)
dev-python/PyGithub: Enable py3.8
author
Michał Górny
<mgorny@gentoo.org>
Mon, 13 Apr 2020 07:41:57 +0000
(09:41 +0200)
committer
Michał 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
patch
|
blob
|
history
diff --git
a/dev-python/PyGithub/PyGithub-1.47.ebuild
b/dev-python/PyGithub/PyGithub-1.47.ebuild
index cd955f105322964f2cc25e9e59e1779353e7388f..8a7272bf1c209f1d9882f512ca3be3721a3fe938 100644
(file)
--- a/
dev-python/PyGithub/PyGithub-1.47.ebuild
+++ b/
dev-python/PyGithub/PyGithub-1.47.ebuild
@@
-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=( python
3_{6,7,8
} )
inherit distutils-r1