summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichał Górny <mgorny@gentoo.org>2022-05-14 15:15:50 +0200
committerMichał Górny <mgorny@gentoo.org>2022-05-14 16:20:58 +0200
commit23b34fa772bc4145c7f5a830804a2f967fd77970 (patch)
tree0b3b2eb58294ee04d5b9d8d8f11746809c0f244f /dev-python/PyGithub
parentsys-apps/gptfdisk: Revbump to fix build against recent libuuid (diff)
downloadgentoo-23b34fa772bc4145c7f5a830804a2f967fd77970.tar.gz
gentoo-23b34fa772bc4145c7f5a830804a2f967fd77970.tar.bz2
gentoo-23b34fa772bc4145c7f5a830804a2f967fd77970.zip
dev-python/PyGithub: Enable py3.11
Signed-off-by: Michał Górny <mgorny@gentoo.org>
Diffstat (limited to 'dev-python/PyGithub')
-rw-r--r--dev-python/PyGithub/PyGithub-1.55-r1.ebuild2
1 files changed, 1 insertions, 1 deletions
diff --git a/dev-python/PyGithub/PyGithub-1.55-r1.ebuild b/dev-python/PyGithub/PyGithub-1.55-r1.ebuild
index 30ea465aba97..26580b302ec9 100644
--- a/dev-python/PyGithub/PyGithub-1.55-r1.ebuild
+++ b/dev-python/PyGithub/PyGithub-1.55-r1.ebuild
@@ -4,7 +4,7 @@
EAPI=8
DISTUTILS_USE_PEP517=setuptools
-PYTHON_COMPAT=( python3_{8..10} )
+PYTHON_COMPAT=( python3_{8..11} )
inherit distutils-r1