commit: 4e99931852e7213d748363622a9cd1e1d0b9e94f
Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
AuthorDate: Sat Sep 30 04:55:08 2023 +0000
Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Sat Sep 30 04:56:21 2023 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4e999318
dev-python/PyGithub: Enable py3.12
Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>
dev-python/PyGithub/PyGithub-2.1.1.ebuild | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
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