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 15EE31584AD for ; Sat, 26 Apr 2025 22:14:35 +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 D2472340836 for ; Sat, 26 Apr 2025 22:14:34 +0000 (UTC) Received: from bobolink.gentoo.org (localhost [127.0.0.1]) by bobolink.gentoo.org (Postfix) with ESMTP id 0D7191104B8; Sat, 26 Apr 2025 22:14:31 +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 bobolink.gentoo.org (Postfix) with ESMTPS id EF39C1102A2 for ; Sat, 26 Apr 2025 22:14:30 +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 A8E7934308A for ; Sat, 26 Apr 2025 22:14:30 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id B780F12A for ; Sat, 26 Apr 2025 22:14:28 +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: <1745705631.20d14d4d00611d64ceefa0a1df5c0643b1939cd9.sam@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: app-emulation/virt-viewer/ X-VCS-Repository: repo/gentoo X-VCS-Files: app-emulation/virt-viewer/virt-viewer-11.0.ebuild X-VCS-Directories: app-emulation/virt-viewer/ X-VCS-Committer: sam X-VCS-Committer-Name: Sam James X-VCS-Revision: 20d14d4d00611d64ceefa0a1df5c0643b1939cd9 X-VCS-Branch: master Date: Sat, 26 Apr 2025 22:14:28 +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: a00a7b97-880e-4a26-b439-decbc19a634a X-Archives-Hash: 525dce1efe9dd5a8fc0471a013a65290 commit: 20d14d4d00611d64ceefa0a1df5c0643b1939cd9 Author: Alfred Wingate protonmail com> AuthorDate: Sat Apr 26 21:37:10 2025 +0000 Commit: Sam James gentoo org> CommitDate: Sat Apr 26 22:13:51 2025 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=20d14d4d app-emulation/virt-viewer: enable py3.13 Closes: https://bugs.gentoo.org/952201 Signed-off-by: Alfred Wingate protonmail.com> Part-of: https://github.com/gentoo/gentoo/pull/41778 Closes: https://github.com/gentoo/gentoo/pull/41778 Signed-off-by: Sam James gentoo.org> app-emulation/virt-viewer/virt-viewer-11.0.ebuild | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/app-emulation/virt-viewer/virt-viewer-11.0.ebuild b/app-emulation/virt-viewer/virt-viewer-11.0.ebuild index 5be750741896..7dd52e178ec6 100644 --- a/app-emulation/virt-viewer/virt-viewer-11.0.ebuild +++ b/app-emulation/virt-viewer/virt-viewer-11.0.ebuild @@ -1,9 +1,9 @@ -# Copyright 1999-2024 Gentoo Authors +# Copyright 1999-2025 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=8 -PYTHON_COMPAT=( python3_{10..12} ) +PYTHON_COMPAT=( python3_{10..13} ) inherit meson python-any-r1 xdg