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 2B5BF158020 for ; Tue, 25 Oct 2022 18:36:39 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 3B364E0D33; Tue, 25 Oct 2022 18:36:38 +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 pigeon.gentoo.org (Postfix) with ESMTPS id 22248E0D33 for ; Tue, 25 Oct 2022 18:36:38 +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 0197833BE65 for ; Tue, 25 Oct 2022 18:36:37 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 91E3862C for ; Tue, 25 Oct 2022 18:36:35 +0000 (UTC) From: "Andreas Sturmlechner" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Andreas Sturmlechner" Message-ID: <1666722919.304f4a5a38e2bccb92c90ea41e5e708d63098bce.asturm@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-util/dbus-test-runner/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-util/dbus-test-runner/dbus-test-runner-19.04.0-r2.ebuild X-VCS-Directories: dev-util/dbus-test-runner/ X-VCS-Committer: asturm X-VCS-Committer-Name: Andreas Sturmlechner X-VCS-Revision: 304f4a5a38e2bccb92c90ea41e5e708d63098bce X-VCS-Branch: master Date: Tue, 25 Oct 2022 18:36:35 +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: 71835faf-d70f-4268-a3b9-9770bafe2a2e X-Archives-Hash: 02c417c29e6cbbedbbd0b72f1e726cae commit: 304f4a5a38e2bccb92c90ea41e5e708d63098bce Author: Andreas Sturmlechner gentoo org> AuthorDate: Tue Oct 25 17:34:30 2022 +0000 Commit: Andreas Sturmlechner gentoo org> CommitDate: Tue Oct 25 18:35:19 2022 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=304f4a5a dev-util/dbus-test-runner: enable py3.11 Tests pass. Signed-off-by: Andreas Sturmlechner gentoo.org> dev-util/dbus-test-runner/dbus-test-runner-19.04.0-r2.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dev-util/dbus-test-runner/dbus-test-runner-19.04.0-r2.ebuild b/dev-util/dbus-test-runner/dbus-test-runner-19.04.0-r2.ebuild index 0b62cdc9c08f..db7277dba83f 100644 --- a/dev-util/dbus-test-runner/dbus-test-runner-19.04.0-r2.ebuild +++ b/dev-util/dbus-test-runner/dbus-test-runner-19.04.0-r2.ebuild @@ -3,7 +3,7 @@ EAPI=8 -PYTHON_COMPAT=( python3_{8..10} ) +PYTHON_COMPAT=( python3_{8..11} ) inherit python-single-r1 DESCRIPTION="Run executables under a new DBus session for testing"