From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from smtp.gentoo.org (woodpecker.gentoo.org [140.211.166.183]) (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 finch.gentoo.org (Postfix) with ESMTPS id 6FE4D15808A for ; Sat, 02 Aug 2025 19:12:39 +0000 (UTC) Received: from lists.gentoo.org (bobolink.gentoo.org [140.211.166.189]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange x25519) (No client certificate requested) (Authenticated sender: relay-lists.gentoo.org@gentoo.org) by smtp.gentoo.org (Postfix) with ESMTPSA id 5B363340E85 for ; Sat, 02 Aug 2025 19:12:39 +0000 (UTC) Received: from bobolink.gentoo.org (localhost [127.0.0.1]) by bobolink.gentoo.org (Postfix) with ESMTP id 19E51110567; Sat, 02 Aug 2025 19:12:26 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.gentoo.org [140.211.166.183]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange x25519) (No client certificate requested) by bobolink.gentoo.org (Postfix) with ESMTPS id 1028C110566 for ; Sat, 02 Aug 2025 19:12:26 +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) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id C3A9D340D54 for ; Sat, 02 Aug 2025 19:12:25 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 00CF832BE for ; Sat, 02 Aug 2025 19:12:23 +0000 (UTC) From: "Michał Górny" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Michał Górny" Message-ID: <1754161884.2cb4c9636d2481f075f7c042f063a969d488fcb5.mgorny@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/levenshtein/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-python/levenshtein/levenshtein-0.27.1.ebuild X-VCS-Directories: dev-python/levenshtein/ X-VCS-Committer: mgorny X-VCS-Committer-Name: Michał Górny X-VCS-Revision: 2cb4c9636d2481f075f7c042f063a969d488fcb5 X-VCS-Branch: master Date: Sat, 02 Aug 2025 19:12:23 +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: 5cd26c1d-5e3a-459b-bb6a-3a5c111e0512 X-Archives-Hash: 2f2e3319d8faaec988e18334bf722529 commit: 2cb4c9636d2481f075f7c042f063a969d488fcb5 Author: Michał Górny gentoo org> AuthorDate: Sat Aug 2 18:51:48 2025 +0000 Commit: Michał Górny gentoo org> CommitDate: Sat Aug 2 19:11:24 2025 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2cb4c963 dev-python/levenshtein: Enable py3.14 Signed-off-by: Michał Górny gentoo.org> dev-python/levenshtein/levenshtein-0.27.1.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dev-python/levenshtein/levenshtein-0.27.1.ebuild b/dev-python/levenshtein/levenshtein-0.27.1.ebuild index 16ce7ddb0c11..faad9ec029e0 100644 --- a/dev-python/levenshtein/levenshtein-0.27.1.ebuild +++ b/dev-python/levenshtein/levenshtein-0.27.1.ebuild @@ -5,7 +5,7 @@ EAPI=8 DISTUTILS_EXT=1 DISTUTILS_USE_PEP517=scikit-build-core -PYTHON_COMPAT=( python3_{11..13} ) +PYTHON_COMPAT=( python3_{11..14} ) inherit distutils-r1