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 3F088159C96 for ; Mon, 22 Jul 2024 11:14:48 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 66A82E2A2C; Mon, 22 Jul 2024 11:14:47 +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) server-digest SHA256) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 47A14E2A2C for ; Mon, 22 Jul 2024 11:14:47 +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) server-digest SHA256) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 48E2A33BF39 for ; Mon, 22 Jul 2024 11:14:46 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 96A5710AD for ; Mon, 22 Jul 2024 11:14:44 +0000 (UTC) From: "Petr Vaněk" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Petr Vaněk" Message-ID: <1721646775.4c07b802c176b2ac4c1dacab3c16d86b16d3a3a3.arkamar@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-libs/volume_key/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-libs/volume_key/volume_key-0.3.12-r4.ebuild X-VCS-Directories: dev-libs/volume_key/ X-VCS-Committer: arkamar X-VCS-Committer-Name: Petr Vaněk X-VCS-Revision: 4c07b802c176b2ac4c1dacab3c16d86b16d3a3a3 X-VCS-Branch: master Date: Mon, 22 Jul 2024 11:14:44 +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: 24d73690-f74e-4aa2-9d42-b1723b9af3c9 X-Archives-Hash: 34f09983e3580b07c9e6e35afa2db5a6 commit: 4c07b802c176b2ac4c1dacab3c16d86b16d3a3a3 Author: Petr Vaněk gentoo org> AuthorDate: Mon Jul 22 08:50:10 2024 +0000 Commit: Petr Vaněk gentoo org> CommitDate: Mon Jul 22 11:12:55 2024 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4c07b802 dev-libs/volume_key: enable py3.12, py3.13 Closes: https://bugs.gentoo.org/929432 Signed-off-by: Petr Vaněk gentoo.org> dev-libs/volume_key/volume_key-0.3.12-r4.ebuild | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/dev-libs/volume_key/volume_key-0.3.12-r4.ebuild b/dev-libs/volume_key/volume_key-0.3.12-r4.ebuild index 18c154f282ef..f381e4f3979d 100644 --- a/dev-libs/volume_key/volume_key-0.3.12-r4.ebuild +++ b/dev-libs/volume_key/volume_key-0.3.12-r4.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=7 -PYTHON_COMPAT=( python3_{9..11} ) +PYTHON_COMPAT=( python3_{10..13} ) inherit autotools python-single-r1