commit: db6c2d400b3191ffc3df893d33b611aaf6f6f335
Author: Oz Tiram <oz.tiram <AT> gmail <DOT> com>
AuthorDate: Fri May 9 10:08:00 2025 +0000
Commit: Oz N Tiram <oz.tiram <AT> gmail <DOT> com>
CommitDate: Fri May 9 10:08:00 2025 +0000
URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=db6c2d40
dev-python/authlib: enable py3.13
Signed-off-by: Oz Tiram <oz.tiram <AT> gmail.com>
dev-python/authlib/authlib-1.5.2.ebuild | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/dev-python/authlib/authlib-1.5.2.ebuild
b/dev-python/authlib/authlib-1.5.2.ebuild
index c280539e0..72be9c60d 100644
--- a/dev-python/authlib/authlib-1.5.2.ebuild
+++ b/dev-python/authlib/authlib-1.5.2.ebuild
@@ -3,7 +3,7 @@
EAPI=8
-PYTHON_COMPAT=( python3_{10,11,12} )
+PYTHON_COMPAT=( python3_{10,11,12,13} )
DISTUTILS_USE_PEP517="setuptools"