commit:     37be02cfc44069e8629e0b517505570a66ceb613
Author:     Michał Górny <mgorny <AT> gentoo <DOT> org>
AuthorDate: Sat Dec 14 13:30:28 2024 +0000
Commit:     Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Sat Dec 14 13:47:38 2024 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=37be02cf

dev-python/pygithub: Enable py3.13

Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>

 dev-python/pygithub/pygithub-2.5.0.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-python/pygithub/pygithub-2.5.0.ebuild 
b/dev-python/pygithub/pygithub-2.5.0.ebuild
index 209c54f8cadd..e3b2710d3695 100644
--- a/dev-python/pygithub/pygithub-2.5.0.ebuild
+++ b/dev-python/pygithub/pygithub-2.5.0.ebuild
@@ -5,7 +5,7 @@ EAPI=8
 
 DISTUTILS_USE_PEP517=setuptools
 PYPI_PN=PyGithub
-PYTHON_COMPAT=( python3_{10..12} )
+PYTHON_COMPAT=( python3_{10..13} )
 
 inherit distutils-r1 pypi
 

Reply via email to