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 A57F515838C for ; Fri, 26 Jan 2024 17:07:15 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 0A2F6E29FD; Fri, 26 Jan 2024 17:07:14 +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 pigeon.gentoo.org (Postfix) with ESMTPS id E3B8BE29FD for ; Fri, 26 Jan 2024 17:07:13 +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 EA41B34335D for ; Fri, 26 Jan 2024 17:07:12 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 6803C14BE for ; Fri, 26 Jan 2024 17:07:10 +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: <1706288688.44fb006428a047415b373fe72d1e0a61e79571c5.mgorny@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/proto-plus/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-python/proto-plus/proto-plus-1.23.0.ebuild X-VCS-Directories: dev-python/proto-plus/ X-VCS-Committer: mgorny X-VCS-Committer-Name: Michał Górny X-VCS-Revision: 44fb006428a047415b373fe72d1e0a61e79571c5 X-VCS-Branch: master Date: Fri, 26 Jan 2024 17:07:10 +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: 14bfbcf3-9a3f-4bba-a923-431ba5958d9d X-Archives-Hash: ddccf7150a013592b8791d87310073d4 commit: 44fb006428a047415b373fe72d1e0a61e79571c5 Author: Michał Górny gentoo org> AuthorDate: Fri Jan 26 17:04:23 2024 +0000 Commit: Michał Górny gentoo org> CommitDate: Fri Jan 26 17:04:48 2024 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=44fb0064 dev-python/proto-plus: Enable py3.12 Signed-off-by: Michał Górny gentoo.org> dev-python/proto-plus/proto-plus-1.23.0.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dev-python/proto-plus/proto-plus-1.23.0.ebuild b/dev-python/proto-plus/proto-plus-1.23.0.ebuild index 06b1ed460c1e..56418b425e8a 100644 --- a/dev-python/proto-plus/proto-plus-1.23.0.ebuild +++ b/dev-python/proto-plus/proto-plus-1.23.0.ebuild @@ -4,7 +4,7 @@ EAPI=8 DISTUTILS_USE_PEP517=setuptools -PYTHON_COMPAT=( python3_{10..11} ) +PYTHON_COMPAT=( python3_{10..12} ) inherit distutils-r1