summaryrefslogtreecommitdiff
path: root/dev-python/PyGithub
diff options
context:
space:
mode:
authorMichał Górny <mgorny@gentoo.org>2023-09-30 06:55:08 +0200
committerMichał Górny <mgorny@gentoo.org>2023-09-30 06:56:21 +0200
commit4e99931852e7213d748363622a9cd1e1d0b9e94f (patch)
tree76a047ae81473136fd6b641451746eecc005de68 /dev-python/PyGithub
parent7a650b3b080eeba9797539c5d997c03043823785 (diff)
downloadgentoo-4e99931852e7213d748363622a9cd1e1d0b9e94f.tar.gz
gentoo-4e99931852e7213d748363622a9cd1e1d0b9e94f.tar.bz2
gentoo-4e99931852e7213d748363622a9cd1e1d0b9e94f.zip
dev-python/PyGithub: Enable py3.12
Signed-off-by: Michał Górny <mgorny@gentoo.org>
Diffstat (limited to 'dev-python/PyGithub')
-rw-r--r--dev-python/PyGithub/PyGithub-2.1.1.ebuild2
1 files changed, 1 insertions, 1 deletions
diff --git a/dev-python/PyGithub/PyGithub-2.1.1.ebuild b/dev-python/PyGithub/PyGithub-2.1.1.ebuild
index 1c86483925ae..27780cfb190a 100644
--- a/dev-python/PyGithub/PyGithub-2.1.1.ebuild
+++ b/dev-python/PyGithub/PyGithub-2.1.1.ebuild
@@ -5,7 +5,7 @@ EAPI=8
DISTUTILS_USE_PEP517=setuptools
PYPI_NO_NORMALIZE=1
-PYTHON_COMPAT=( python3_{10..11} )
+PYTHON_COMPAT=( python3_{10..12} )
inherit distutils-r1 pypi