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 9857715817D for ; Tue, 11 Jun 2024 17:02:47 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 89A30E2B6A; Tue, 11 Jun 2024 17:02:46 +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 62CACE2B6A for ; Tue, 11 Jun 2024 17:02:46 +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 8F5C1335D63 for ; Tue, 11 Jun 2024 17:02:44 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 1E82B15F7 for ; Tue, 11 Jun 2024 17:02:43 +0000 (UTC) From: "Andreas Sturmlechner" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Andreas Sturmlechner" Message-ID: <1718125343.351d4cbe8f0d7303d3226891ccc7f15f90322913.asturm@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-libs/libpqxx/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-libs/libpqxx/libpqxx-7.7.5.ebuild X-VCS-Directories: dev-libs/libpqxx/ X-VCS-Committer: asturm X-VCS-Committer-Name: Andreas Sturmlechner X-VCS-Revision: 351d4cbe8f0d7303d3226891ccc7f15f90322913 X-VCS-Branch: master Date: Tue, 11 Jun 2024 17:02:43 +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: a84dd63f-1c07-49d9-ac82-89ad7ec82770 X-Archives-Hash: d42c5d48f05eac4372599580325ee5b8 commit: 351d4cbe8f0d7303d3226891ccc7f15f90322913 Author: Andreas Sturmlechner gentoo org> AuthorDate: Tue Jun 11 16:57:24 2024 +0000 Commit: Andreas Sturmlechner gentoo org> CommitDate: Tue Jun 11 17:02:23 2024 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=351d4cbe dev-libs/libpqxx: enable py3.12 Closes: https://bugs.gentoo.org/929420 Signed-off-by: Andreas Sturmlechner gentoo.org> dev-libs/libpqxx/libpqxx-7.7.5.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dev-libs/libpqxx/libpqxx-7.7.5.ebuild b/dev-libs/libpqxx/libpqxx-7.7.5.ebuild index 2f48102dfea8..811fb9297c92 100644 --- a/dev-libs/libpqxx/libpqxx-7.7.5.ebuild +++ b/dev-libs/libpqxx/libpqxx-7.7.5.ebuild @@ -3,7 +3,7 @@ EAPI=8 -PYTHON_COMPAT=( python3_{9..11} ) +PYTHON_COMPAT=( python3_{9..12} ) inherit python-any-r1 KEYWORDS="~alpha amd64 ~arm64 ~hppa ~ia64 ppc ppc64 sparc x86"