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 4C61C158016 for ; Wed, 6 Dec 2023 07:58:22 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 8A0BE2BC041; Wed, 6 Dec 2023 07:58:21 +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 6C4DB2BC01C for ; Wed, 6 Dec 2023 07:58:21 +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 4BFBF33FEF1 for ; Wed, 6 Dec 2023 07:58:20 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 7852E143C for ; Wed, 6 Dec 2023 07:58:18 +0000 (UTC) From: "Henri Gasc" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Henri Gasc" Message-ID: <1701849430.39921ca5533a0c505574508a290b6862f1b63c40.gasc@gentoo> Subject: [gentoo-commits] repo/proj/guru:dev commit in: dev-python/sphinx-version-warning/ X-VCS-Repository: repo/proj/guru X-VCS-Files: dev-python/sphinx-version-warning/sphinx-version-warning-1.1.2.ebuild X-VCS-Directories: dev-python/sphinx-version-warning/ X-VCS-Committer: gasc X-VCS-Committer-Name: Henri Gasc X-VCS-Revision: 39921ca5533a0c505574508a290b6862f1b63c40 X-VCS-Branch: dev Date: Wed, 6 Dec 2023 07:58:18 +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: 296f5957-3a17-4bac-9d85-0b251528b19d X-Archives-Hash: 117a59bba70cb99175d5dfe350140bda commit: 39921ca5533a0c505574508a290b6862f1b63c40 Author: Henri Gasc eurecom fr> AuthorDate: Mon Dec 4 14:39:29 2023 +0000 Commit: Henri Gasc eurecom fr> CommitDate: Wed Dec 6 07:57:10 2023 +0000 URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=39921ca5 dev-python/sphinx-version-warning: enable py3.12 Signed-off-by: Henri Gasc eurecom.fr> dev-python/sphinx-version-warning/sphinx-version-warning-1.1.2.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dev-python/sphinx-version-warning/sphinx-version-warning-1.1.2.ebuild b/dev-python/sphinx-version-warning/sphinx-version-warning-1.1.2.ebuild index 986ba120a4..8c09c678b2 100644 --- a/dev-python/sphinx-version-warning/sphinx-version-warning-1.1.2.ebuild +++ b/dev-python/sphinx-version-warning/sphinx-version-warning-1.1.2.ebuild @@ -3,7 +3,7 @@ EAPI=8 -PYTHON_COMPAT=( python3_{10..11} pypy3 ) +PYTHON_COMPAT=( python3_{10..12} pypy3 ) DISTUTILS_USE_PEP517=setuptools inherit distutils-r1