From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: 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 (2048 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 85E9615817D for ; Sun, 2 Jun 2024 21:16:49 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id D2FD8E2BD4; Sun, 2 Jun 2024 21:16:48 +0000 (UTC) Received: from smtp.gentoo.org (smtp.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 A67AAE2BD4 for ; Sun, 2 Jun 2024 21:16:48 +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 D3BA733BEED for ; Sun, 2 Jun 2024 21:16:47 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 352C51B02 for ; Sun, 2 Jun 2024 21:16:46 +0000 (UTC) From: "Sam James" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Sam James" Message-ID: <1717362942.cea0160d5490a3fbeb043e9e0a16631a2c2662d2.sam@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: app-vim/jedi/ X-VCS-Repository: repo/gentoo X-VCS-Files: app-vim/jedi/jedi-0.11.2.ebuild X-VCS-Directories: app-vim/jedi/ X-VCS-Committer: sam X-VCS-Committer-Name: Sam James X-VCS-Revision: cea0160d5490a3fbeb043e9e0a16631a2c2662d2 X-VCS-Branch: master Date: Sun, 2 Jun 2024 21:16:46 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: f4e99d03-096f-4016-936e-96b71f7b968c X-Archives-Hash: 0dfb46952777aba09490866d44d40d18 commit: cea0160d5490a3fbeb043e9e0a16631a2c2662d2 Author: Eli Schwartz gmail com> AuthorDate: Sun Jun 2 16:19:09 2024 +0000 Commit: Sam James gentoo org> CommitDate: Sun Jun 2 21:15:42 2024 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=cea0160d app-vim/jedi: enable py3.12 Signed-off-by: Eli Schwartz gmail.com> Signed-off-by: Sam James gentoo.org> app-vim/jedi/jedi-0.11.2.ebuild | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/app-vim/jedi/jedi-0.11.2.ebuild b/app-vim/jedi/jedi-0.11.2.ebuild index 521b71e674d7..0bd6e02ec6c7 100644 --- a/app-vim/jedi/jedi-0.11.2.ebuild +++ b/app-vim/jedi/jedi-0.11.2.ebuild @@ -1,9 +1,9 @@ -# Copyright 1999-2023 Gentoo Authors +# Copyright 1999-2024 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=8 -PYTHON_COMPAT=( python3_{9..11} ) +PYTHON_COMPAT=( python3_{10..12} ) inherit edo vim-plugin python-single-r1 MY_PN="${PN}-vim"