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 19EE5158091 for ; Sat, 28 May 2022 15:15:50 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 2A3FFE0870; Sat, 28 May 2022 15:15:49 +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 pigeon.gentoo.org (Postfix) with ESMTPS id ECAB1E0870 for ; Sat, 28 May 2022 15:15:48 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (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 04F57341235 for ; Sat, 28 May 2022 15:15:48 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 053084D9 for ; Sat, 28 May 2022 15:15:45 +0000 (UTC) From: "Alessandro Barbieri" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Alessandro Barbieri" Message-ID: <1653750085.7a5578a108c3e63697dbbee5e716fc62dea357e2.Alessandro-Barbieri@gentoo> Subject: [gentoo-commits] repo/proj/guru:dev commit in: dev-python/python-manilaclient/ X-VCS-Repository: repo/proj/guru X-VCS-Files: dev-python/python-manilaclient/python-manilaclient-3.4.0.ebuild X-VCS-Directories: dev-python/python-manilaclient/ X-VCS-Committer: Alessandro-Barbieri X-VCS-Committer-Name: Alessandro Barbieri X-VCS-Revision: 7a5578a108c3e63697dbbee5e716fc62dea357e2 X-VCS-Branch: dev Date: Sat, 28 May 2022 15:15:45 +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: 73518405-b0f0-4fc7-ba2e-4a34165704d5 X-Archives-Hash: 21b0a9321a816ad4183c558f5f82b6d2 commit: 7a5578a108c3e63697dbbee5e716fc62dea357e2 Author: Alessandro Barbieri gmail com> AuthorDate: Sat May 28 15:01:25 2022 +0000 Commit: Alessandro Barbieri gmail com> CommitDate: Sat May 28 15:01:25 2022 +0000 URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=7a5578a1 dev-python/python-manilaclient: enable py3.10 Signed-off-by: Alessandro Barbieri gmail.com> dev-python/python-manilaclient/python-manilaclient-3.4.0.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dev-python/python-manilaclient/python-manilaclient-3.4.0.ebuild b/dev-python/python-manilaclient/python-manilaclient-3.4.0.ebuild index a0c603b3a..123123a8b 100644 --- a/dev-python/python-manilaclient/python-manilaclient-3.4.0.ebuild +++ b/dev-python/python-manilaclient/python-manilaclient-3.4.0.ebuild @@ -4,7 +4,7 @@ EAPI=8 EPYTEST_IGNORE=( manilaclient/tests/functional ) -PYTHON_COMPAT=( python3_{8..9} ) +PYTHON_COMPAT=( python3_{8..10} ) inherit distutils-r1