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 383B51584AD for ; Tue, 06 May 2025 13:53:13 +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 25F11343116 for ; Tue, 06 May 2025 13:53:13 +0000 (UTC) Received: from bobolink.gentoo.org (localhost [127.0.0.1]) by bobolink.gentoo.org (Postfix) with ESMTP id C68891103DD; Tue, 06 May 2025 13:53:02 +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 BB0541103DD for ; Tue, 06 May 2025 13:53:02 +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 5E0FE3430EB for ; Tue, 06 May 2025 13:53:02 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 82AAA27F1 for ; Tue, 06 May 2025 13:52:59 +0000 (UTC) From: "Alexander Puck Neuwirth" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Alexander Puck Neuwirth" Message-ID: <1746539513.a89653568f65aa16d715ab234ca44dd5e54aa17a.alexander@gentoo> Subject: [gentoo-commits] proj/sci:master commit in: dev-python/cligj/ X-VCS-Repository: proj/sci X-VCS-Files: dev-python/cligj/cligj-0.7.2.ebuild X-VCS-Directories: dev-python/cligj/ X-VCS-Committer: alexander X-VCS-Committer-Name: Alexander Puck Neuwirth X-VCS-Revision: a89653568f65aa16d715ab234ca44dd5e54aa17a X-VCS-Branch: master Date: Tue, 06 May 2025 13:52:59 +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: f01c6309-d628-44a3-9df3-aad95f373f77 X-Archives-Hash: eefe13e79a28ab7704c0076f538e75c7 commit: a89653568f65aa16d715ab234ca44dd5e54aa17a Author: Alexander Puck Neuwirth neuwirth-informatik de> AuthorDate: Mon May 5 13:59:09 2025 +0000 Commit: Alexander Puck Neuwirth neuwirth-informatik de> CommitDate: Tue May 6 13:51:53 2025 +0000 URL: https://gitweb.gentoo.org/proj/sci.git/commit/?id=a8965356 dev-python/cligj: enable py3.13 Signed-off-by: Alexander Puck Neuwirth neuwirth-informatik.de> dev-python/cligj/cligj-0.7.2.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dev-python/cligj/cligj-0.7.2.ebuild b/dev-python/cligj/cligj-0.7.2.ebuild index 3175d457f..a7717c095 100644 --- a/dev-python/cligj/cligj-0.7.2.ebuild +++ b/dev-python/cligj/cligj-0.7.2.ebuild @@ -3,7 +3,7 @@ EAPI=8 -PYTHON_COMPAT=( python3_{10..12} ) +PYTHON_COMPAT=( python3_{10..13} ) DISTUTILS_USE_PEP517="setuptools" inherit distutils-r1