summaryrefslogtreecommitdiff
path: root/dev-python/python-lsp-server
diff options
context:
space:
mode:
authorNowa Ammerlaan <nowa@gentoo.org>2026-02-22 12:45:33 +0100
committerNowa Ammerlaan <nowa@gentoo.org>2026-02-22 12:45:33 +0100
commit154326ea619cf762fcceda2a2942d71c97bb6c5f (patch)
tree7f0389e841eda2be758b6709b03fced5449bfd69 /dev-python/python-lsp-server
parentb9b4f553f1f414fb0be4be93ce198c1a2bd2d60b (diff)
downloadgentoo-154326ea619cf762fcceda2a2942d71c97bb6c5f.tar.gz
gentoo-154326ea619cf762fcceda2a2942d71c97bb6c5f.tar.bz2
gentoo-154326ea619cf762fcceda2a2942d71c97bb6c5f.zip
dev-python/python-lsp-server: enable py3.14
Signed-off-by: Nowa Ammerlaan <nowa@gentoo.org>
Diffstat (limited to 'dev-python/python-lsp-server')
-rw-r--r--dev-python/python-lsp-server/python-lsp-server-1.14.0.ebuild4
1 files changed, 2 insertions, 2 deletions
diff --git a/dev-python/python-lsp-server/python-lsp-server-1.14.0.ebuild b/dev-python/python-lsp-server/python-lsp-server-1.14.0.ebuild
index 226da974abb5..c2d0e3160b92 100644
--- a/dev-python/python-lsp-server/python-lsp-server-1.14.0.ebuild
+++ b/dev-python/python-lsp-server/python-lsp-server-1.14.0.ebuild
@@ -1,10 +1,10 @@
-# Copyright 1999-2025 Gentoo Authors
+# Copyright 1999-2026 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=8
DISTUTILS_USE_PEP517=setuptools
-PYTHON_COMPAT=( python3_{12..13} )
+PYTHON_COMPAT=( python3_{12..14} )
inherit distutils-r1 optfeature pypi