From mboxrd@z Thu Jan  1 00:00:00 1970
Return-Path: <gentoo-commits+bounces-1697240-garchives=archives.gentoo.org@lists.gentoo.org>
Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80])
	(using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits)
	 key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256)
	(No client certificate requested)
	by finch.gentoo.org (Postfix) with ESMTPS id 3DA45158245
	for <garchives@archives.gentoo.org>; Thu,  5 Dec 2024 14:54:29 +0000 (UTC)
Received: from pigeon.gentoo.org (localhost [127.0.0.1])
	by pigeon.gentoo.org (Postfix) with SMTP id 5DC89E0805;
	Thu,  5 Dec 2024 14:54:28 +0000 (UTC)
Received: from smtp.gentoo.org (dev.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4])
	(using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits)
	 key-exchange X25519 server-signature RSA-PSS (4096 bits))
	(No client certificate requested)
	by pigeon.gentoo.org (Postfix) with ESMTPS id 1B705E092B
	for <gentoo-commits@lists.gentoo.org>; Thu,  5 Dec 2024 14:54:28 +0000 (UTC)
Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52])
	(using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits)
	 key-exchange X25519 server-signature RSA-PSS (4096 bits))
	(No client certificate requested)
	by smtp.gentoo.org (Postfix) with ESMTPS id 4C72C340C7F
	for <gentoo-commits@lists.gentoo.org>; Thu,  5 Dec 2024 14:54:27 +0000 (UTC)
Received: from localhost.localdomain (localhost [IPv6:::1])
	by oystercatcher.gentoo.org (Postfix) with ESMTP id CC6A81EC5
	for <gentoo-commits@lists.gentoo.org>; Thu,  5 Dec 2024 14:54:25 +0000 (UTC)
From: "Nowa Ammerlaan" <nowa@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Content-Transfer-Encoding: 8bit
Content-type: text/plain; charset=UTF-8
Reply-To: gentoo-dev@lists.gentoo.org, "Nowa Ammerlaan" <nowa@gentoo.org>
Message-ID: <1733410433.7149110c922389916d5658e6e6e6e5726f01815a.nowa@gentoo>
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/jupyter-lsp/
X-VCS-Repository: repo/gentoo
X-VCS-Files: dev-python/jupyter-lsp/jupyter-lsp-2.2.5.ebuild
X-VCS-Directories: dev-python/jupyter-lsp/
X-VCS-Committer: nowa
X-VCS-Committer-Name: Nowa Ammerlaan
X-VCS-Revision: 7149110c922389916d5658e6e6e6e5726f01815a
X-VCS-Branch: master
Date: Thu,  5 Dec 2024 14:54:25 +0000 (UTC)
Precedence: bulk
List-Post: <mailto:gentoo-commits@lists.gentoo.org>
List-Help: <mailto:gentoo-commits+help@lists.gentoo.org>
List-Unsubscribe: <mailto:gentoo-commits+unsubscribe@lists.gentoo.org>
List-Subscribe: <mailto:gentoo-commits+subscribe@lists.gentoo.org>
List-Id: Gentoo Linux mail <gentoo-commits.gentoo.org>
X-BeenThere: gentoo-commits@lists.gentoo.org
X-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply
X-Archives-Salt: 9537e893-9d1b-4f94-9b67-544809179393
X-Archives-Hash: 587054e58bd8c7a0c00bea216752bd47

commit:     7149110c922389916d5658e6e6e6e5726f01815a
Author:     Nowa Ammerlaan <nowa <AT> gentoo <DOT> org>
AuthorDate: Thu Dec  5 13:07:02 2024 +0000
Commit:     Nowa Ammerlaan <nowa <AT> gentoo <DOT> org>
CommitDate: Thu Dec  5 14:53:53 2024 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7149110c

dev-python/jupyter-lsp: enable py3.13

Signed-off-by: Nowa Ammerlaan <nowa <AT> gentoo.org>

 dev-python/jupyter-lsp/jupyter-lsp-2.2.5.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-python/jupyter-lsp/jupyter-lsp-2.2.5.ebuild b/dev-python/jupyter-lsp/jupyter-lsp-2.2.5.ebuild
index 75d26fc45fe4..226a60abab7c 100644
--- a/dev-python/jupyter-lsp/jupyter-lsp-2.2.5.ebuild
+++ b/dev-python/jupyter-lsp/jupyter-lsp-2.2.5.ebuild
@@ -5,7 +5,7 @@ EAPI=8
 
 PYPI_NO_NORMALIZE=1
 DISTUTILS_USE_PEP517=setuptools
-PYTHON_COMPAT=( pypy3 python3_{10..12} )
+PYTHON_COMPAT=( pypy3 python3_{10..13} )
 
 inherit distutils-r1 optfeature pypi