commit: 5e3d775f53be7e37442322c8c343529853b118a3
Author: Moritz Brunner <moritz.brunner+gentoo <AT> posteo <DOT> de>
AuthorDate: Sun Jan 26 09:32:27 2025 +0000
Commit: Moritz Brunner <moritz.brunner+gentoo <AT> posteo <DOT> de>
CommitDate: Sun Jan 26 09:32:27 2025 +0000
URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=5e3d775f
dev-python/python-lsp-isort: enable py3.13
Signed-off-by: Moritz Brunner <moritz.brunner+gentoo <AT> posteo.de>
dev-python/python-lsp-isort/python-lsp-isort-0.2.0.ebuild | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/dev-python/python-lsp-isort/python-lsp-isort-0.2.0.ebuild
b/dev-python/python-lsp-isort/python-lsp-isort-0.2.0.ebuild
index f682d6b92..f10a506f3 100644
--- a/dev-python/python-lsp-isort/python-lsp-isort-0.2.0.ebuild
+++ b/dev-python/python-lsp-isort/python-lsp-isort-0.2.0.ebuild
@@ -4,7 +4,7 @@
EAPI=8
DISTUTILS_USE_PEP517=setuptools
-PYTHON_COMPAT=( python3_{10..12} )
+PYTHON_COMPAT=( python3_{10..13} )
inherit distutils-r1