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 7A5FB158074 for ; Thu, 26 Jun 2025 16:29:25 +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) (No client certificate requested) (Authenticated sender: relay-lists.gentoo.org@gentoo.org) by smtp.gentoo.org (Postfix) with ESMTPSA id 4FED5340ED3 for ; Thu, 26 Jun 2025 16:29:25 +0000 (UTC) Received: from bobolink.gentoo.org (localhost [127.0.0.1]) by bobolink.gentoo.org (Postfix) with ESMTP id 4A124110278; Thu, 26 Jun 2025 16:29:24 +0000 (UTC) Received: from smtp.gentoo.org (dev.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange x25519) (No client certificate requested) by bobolink.gentoo.org (Postfix) with ESMTPS id 443FE110278 for ; Thu, 26 Jun 2025 16:29:24 +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) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id D2A8D340ED3 for ; Thu, 26 Jun 2025 16:29:23 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 70B5A28E7 for ; Thu, 26 Jun 2025 16:29:22 +0000 (UTC) From: "George Zenner" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "George Zenner" Message-ID: <1750955286.ac92f551be4d929fbc4a081a8929346a2ebcf295.dev@gentoo> Subject: [gentoo-commits] repo/proj/guru:dev commit in: dev-python/json_exporter/ X-VCS-Repository: repo/proj/guru X-VCS-Files: dev-python/json_exporter/json_exporter-1.0.2.ebuild X-VCS-Directories: dev-python/json_exporter/ X-VCS-Committer: dev X-VCS-Committer-Name: George Zenner X-VCS-Revision: ac92f551be4d929fbc4a081a8929346a2ebcf295 X-VCS-Branch: dev Date: Thu, 26 Jun 2025 16:29:22 +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: 776935b3-bcd8-4b9d-8956-9d79938a6203 X-Archives-Hash: 30861705d72b09c4691dc5560691f842 commit: ac92f551be4d929fbc4a081a8929346a2ebcf295 Author: Zen pyl onl> AuthorDate: Thu Jun 26 16:28:06 2025 +0000 Commit: George Zenner pyl onl> CommitDate: Thu Jun 26 16:28:06 2025 +0000 URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=ac92f551 dev-python/json_exporter: add python3.13 compat Signed-off-by: Zen pyl.onl> dev-python/json_exporter/json_exporter-1.0.2.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dev-python/json_exporter/json_exporter-1.0.2.ebuild b/dev-python/json_exporter/json_exporter-1.0.2.ebuild index be2e24eefa..f1e89561da 100644 --- a/dev-python/json_exporter/json_exporter-1.0.2.ebuild +++ b/dev-python/json_exporter/json_exporter-1.0.2.ebuild @@ -4,7 +4,7 @@ EAPI=8 DISTUTILS_USE_PEP517=setuptools -PYTHON_COMPAT=( python3_{11..12} ) +PYTHON_COMPAT=( python3_{11..13} ) inherit distutils-r1 DESCRIPTION="Python-based library for exporting JSON data as metrics for Prometheus."