From 7af0be3cb8ec21cd2371cea74e17067d6a3a7b6d Mon Sep 17 00:00:00 2001 From: Andrew Ammerlaan Date: Mon, 7 Nov 2022 22:37:12 +0100 Subject: [PATCH] dev-python/jupyter-lsp: enable py3.11 Signed-off-by: Andrew Ammerlaan --- dev-python/jupyter-lsp/jupyter-lsp-1.5.1.ebuild | 4 ++-- 1 file 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 96e6e10a92831..0f43c7f64d62b 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