summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichał Górny <mgorny@gentoo.org>2021-12-14 11:33:38 +0100
committerMichał Górny <mgorny@gentoo.org>2021-12-14 13:29:23 +0100
commit7a7f63be78d897ece38a3a92afdaacc2669a7249 (patch)
treedf910c7eea220ae71811288e1cde607b2f9f22d2 /dev-python
parentdev-python/httpretty: Tested on py3.10 (diff)
downloadgentoo-7a7f63be78d897ece38a3a92afdaacc2669a7249.tar.gz
gentoo-7a7f63be78d897ece38a3a92afdaacc2669a7249.tar.bz2
gentoo-7a7f63be78d897ece38a3a92afdaacc2669a7249.zip
dev-python/PyGithub: Tested on py3.10
Signed-off-by: Michał Górny <mgorny@gentoo.org>
Diffstat (limited to 'dev-python')
-rw-r--r--dev-python/PyGithub/PyGithub-1.55.ebuild2
1 files changed, 1 insertions, 1 deletions
diff --git a/dev-python/PyGithub/PyGithub-1.55.ebuild b/dev-python/PyGithub/PyGithub-1.55.ebuild
index 358c890eee5c..2d5c530f24f9 100644
--- a/dev-python/PyGithub/PyGithub-1.55.ebuild
+++ b/dev-python/PyGithub/PyGithub-1.55.ebuild
@@ -2,8 +2,8 @@
# Distributed under the terms of the GNU General Public License v2
EAPI=7
-PYTHON_COMPAT=( python3_{7..9} )
+PYTHON_COMPAT=( python3_{8..10} )
inherit distutils-r1
DESCRIPTION="Python library to access the Github API v3"