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 13BF41581F0 for ; Thu, 12 Dec 2024 05:50:52 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 39D0AE0D07; Thu, 12 Dec 2024 05:50:51 +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 4B973E0D07 for ; Thu, 12 Dec 2024 05:50:50 +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 F2023335DCD for ; Thu, 12 Dec 2024 05:50:48 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 35061AF5 for ; Thu, 12 Dec 2024 05:50:47 +0000 (UTC) From: "Anna Vyalkova" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Anna Vyalkova" Message-ID: <1733982612.9bf0fc740b5efc9d808b94bf8e2fd78594770046.cybertailor@gentoo> Subject: [gentoo-commits] repo/proj/guru:dev commit in: dev-python/python-octaviaclient/ X-VCS-Repository: repo/proj/guru X-VCS-Files: dev-python/python-octaviaclient/python-octaviaclient-3.9.0.ebuild X-VCS-Directories: dev-python/python-octaviaclient/ X-VCS-Committer: cybertailor X-VCS-Committer-Name: Anna Vyalkova X-VCS-Revision: 9bf0fc740b5efc9d808b94bf8e2fd78594770046 X-VCS-Branch: dev Date: Thu, 12 Dec 2024 05:50:47 +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: 1eb68278-c53c-45cb-a2a7-ff834e9675f3 X-Archives-Hash: a7804126f488881b0eeefecf86542c71 commit: 9bf0fc740b5efc9d808b94bf8e2fd78594770046 Author: Anna (cybertailor) Vyalkova sysrq in> AuthorDate: Thu Dec 12 05:50:12 2024 +0000 Commit: Anna Vyalkova sysrq in> CommitDate: Thu Dec 12 05:50:12 2024 +0000 URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=9bf0fc74 dev-python/python-octaviaclient: enable py3.10 and disable py3.12, py3.13 Signed-off-by: Anna (cybertailor) Vyalkova sysrq.in> dev-python/python-octaviaclient/python-octaviaclient-3.9.0.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dev-python/python-octaviaclient/python-octaviaclient-3.9.0.ebuild b/dev-python/python-octaviaclient/python-octaviaclient-3.9.0.ebuild index 574e86c7d..2aeda0d13 100644 --- a/dev-python/python-octaviaclient/python-octaviaclient-3.9.0.ebuild +++ b/dev-python/python-octaviaclient/python-octaviaclient-3.9.0.ebuild @@ -5,7 +5,7 @@ EAPI=8 DISTUTILS_USE_PEP517=setuptools PYPI_NO_NORMALIZE=1 -PYTHON_COMPAT=( python3_{11..13} ) +PYTHON_COMPAT=( python3_{10..11} ) inherit distutils-r1 pypi