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 (4096 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 2C248158042 for ; Wed, 13 Nov 2024 21:21:18 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 179AEE081E; Wed, 13 Nov 2024 21:21:17 +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 server-signature RSA-PSS (4096 bits) server-digest SHA256) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id F403AE081E for ; Wed, 13 Nov 2024 21:21:16 +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 3E7BD3409EC for ; Wed, 13 Nov 2024 21:21:16 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 9409516D2 for ; Wed, 13 Nov 2024 21:21:14 +0000 (UTC) From: "Sam James" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Sam James" Message-ID: <1731532835.e10411c3c8a458d4042bc8a18c9239219b9cb55c.sam@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/pyudev/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-python/pyudev/pyudev-0.24.1.ebuild X-VCS-Directories: dev-python/pyudev/ X-VCS-Committer: sam X-VCS-Committer-Name: Sam James X-VCS-Revision: e10411c3c8a458d4042bc8a18c9239219b9cb55c X-VCS-Branch: master Date: Wed, 13 Nov 2024 21:21:14 +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: 3aebc2e8-0c1e-4872-bfed-002b3b4ba022 X-Archives-Hash: f87ae3fbde962a64a4ef004b8f570607 commit: e10411c3c8a458d4042bc8a18c9239219b9cb55c Author: Sam James gentoo org> AuthorDate: Wed Nov 13 21:20:21 2024 +0000 Commit: Sam James gentoo org> CommitDate: Wed Nov 13 21:20:35 2024 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e10411c3 dev-python/pyudev: enable py3.13 I don't see any relevant changes in git and this is the last blocker; it should be fine (.3 has py3.13 but the stablereq is stuck). Signed-off-by: Sam James gentoo.org> dev-python/pyudev/pyudev-0.24.1.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dev-python/pyudev/pyudev-0.24.1.ebuild b/dev-python/pyudev/pyudev-0.24.1.ebuild index 4973f024f0da..34d793908345 100644 --- a/dev-python/pyudev/pyudev-0.24.1.ebuild +++ b/dev-python/pyudev/pyudev-0.24.1.ebuild @@ -4,7 +4,7 @@ EAPI=8 DISTUTILS_USE_PEP517=setuptools -PYTHON_COMPAT=( python3_{9..12} ) +PYTHON_COMPAT=( python3_{10..13} ) inherit distutils-r1 optfeature pypi DESCRIPTION="Python binding to libudev"