diff options
author | Andrew Ammerlaan <andrewammerlaan@gentoo.org> | 2022-11-07 22:37:12 +0100 |
---|---|---|
committer | Andrew Ammerlaan <andrewammerlaan@gentoo.org> | 2022-11-07 22:37:12 +0100 |
commit | 7af0be3cb8ec21cd2371cea74e17067d6a3a7b6d (patch) | |
tree | 5b3af727ce9fbff3ca0ab1df8f2cde96acab6b31 /dev-python/jupyter-lsp | |
parent | dev-python/pyls-spyder: update EAPI 7 -> 8, pep517, enable py3.11 (diff) | |
download | gentoo-7af0be3cb8ec21cd2371cea74e17067d6a3a7b6d.tar.gz gentoo-7af0be3cb8ec21cd2371cea74e17067d6a3a7b6d.tar.bz2 gentoo-7af0be3cb8ec21cd2371cea74e17067d6a3a7b6d.zip |
dev-python/jupyter-lsp: enable py3.11
Signed-off-by: Andrew Ammerlaan <andrewammerlaan@gentoo.org>
Diffstat (limited to 'dev-python/jupyter-lsp')
-rw-r--r-- | dev-python/jupyter-lsp/jupyter-lsp-1.5.1.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/dev-python/jupyter-lsp/jupyter-lsp-1.5.1.ebuild b/dev-python/jupyter-lsp/jupyter-lsp-1.5.1.ebuild index 96e6e10a9283..0f43c7f64d62 100644 --- a/dev-python/jupyter-lsp/jupyter-lsp-1.5.1.ebuild +++ b/dev-python/jupyter-lsp/jupyter-lsp-1.5.1.ebuild @@ -1,9 +1,9 @@ -# Copyright 1999-2021 Gentoo Authors +# Copyright 1999-2022 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=8 -PYTHON_COMPAT=( python3_{8..10} ) +PYTHON_COMPAT=( python3_{8..11} ) inherit distutils-r1 optfeature |