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 C8C4F1580EB for ; Mon, 26 May 2025 18:50:35 +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 server-signature RSA-PSS (4096 bits)) (No client certificate requested) (Authenticated sender: relay-lists.gentoo.org@gentoo.org) by smtp.gentoo.org (Postfix) with ESMTPSA id B4442343167 for ; Mon, 26 May 2025 18:50:35 +0000 (UTC) Received: from bobolink.gentoo.org (localhost [127.0.0.1]) by bobolink.gentoo.org (Postfix) with ESMTP id 922611104AE; Mon, 26 May 2025 18:50:22 +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 server-signature RSA-PSS (4096 bits)) (No client certificate requested) by bobolink.gentoo.org (Postfix) with ESMTPS id 7EE5A1104A7 for ; Mon, 26 May 2025 18:50:22 +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 3C9973430A9 for ; Mon, 26 May 2025 18:50:22 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 87ECA28E0 for ; Mon, 26 May 2025 18:50:19 +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: <1748285405.f5d4912ab0d8474a084b261e380c41be5f7afd07.mgorny@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/scrypt/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-python/scrypt/scrypt-0.8.27.ebuild X-VCS-Directories: dev-python/scrypt/ X-VCS-Committer: mgorny X-VCS-Committer-Name: Michał Górny X-VCS-Revision: f5d4912ab0d8474a084b261e380c41be5f7afd07 X-VCS-Branch: master Date: Mon, 26 May 2025 18:50:19 +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: cb488c40-320f-4e1d-bcc8-29730fe7f76f X-Archives-Hash: b6a01d1b0237da3b8a5560b69e3d12ff commit: f5d4912ab0d8474a084b261e380c41be5f7afd07 Author: Michał Górny gentoo org> AuthorDate: Mon May 26 17:59:09 2025 +0000 Commit: Michał Górny gentoo org> CommitDate: Mon May 26 18:50:05 2025 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f5d4912a dev-python/scrypt: Enable py3.14 Signed-off-by: Michał Górny gentoo.org> dev-python/scrypt/scrypt-0.8.27.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dev-python/scrypt/scrypt-0.8.27.ebuild b/dev-python/scrypt/scrypt-0.8.27.ebuild index d1a68e101f55..947b6f29e29b 100644 --- a/dev-python/scrypt/scrypt-0.8.27.ebuild +++ b/dev-python/scrypt/scrypt-0.8.27.ebuild @@ -5,7 +5,7 @@ EAPI=8 DISTUTILS_EXT=1 DISTUTILS_USE_PEP517=setuptools -PYTHON_COMPAT=( python3_{10..13} pypy3 pypy3_11 ) +PYTHON_COMPAT=( python3_{11..14} pypy3_11 ) inherit distutils-r1 pypi