From 5e3d775f53be7e37442322c8c343529853b118a3 Mon Sep 17 00:00:00 2001 From: Moritz Brunner Date: Sun, 26 Jan 2025 10:32:27 +0100 Subject: [PATCH] dev-python/python-lsp-isort: enable py3.13 Signed-off-by: Moritz Brunner --- 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 f682d6b92a..f10a506f3f 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