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 832DC15800A for ; Tue, 22 Aug 2023 11:17:21 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id CC1D92BC016; Tue, 22 Aug 2023 11:17:20 +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 B392D2BC016 for ; Tue, 22 Aug 2023 11:17:20 +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 C94C9335C34 for ; Tue, 22 Aug 2023 11:17:19 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 69520FCC for ; Tue, 22 Aug 2023 11:17:18 +0000 (UTC) From: "Marek Szuba" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Marek Szuba" Message-ID: <1692703028.0983050ceccce46e9ac2514ea5a00a21f832b71a.marecki@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-util/yamllint/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-util/yamllint/yamllint-1.32.0.ebuild X-VCS-Directories: dev-util/yamllint/ X-VCS-Committer: marecki X-VCS-Committer-Name: Marek Szuba X-VCS-Revision: 0983050ceccce46e9ac2514ea5a00a21f832b71a X-VCS-Branch: master Date: Tue, 22 Aug 2023 11:17: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: 7de4e81c-3d3c-4b93-9925-fdf310728165 X-Archives-Hash: 207e0ccfd6d85625722c17fdd6348f23 commit: 0983050ceccce46e9ac2514ea5a00a21f832b71a Author: Marek Szuba gentoo org> AuthorDate: Tue Aug 22 11:16:57 2023 +0000 Commit: Marek Szuba gentoo org> CommitDate: Tue Aug 22 11:17:08 2023 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0983050c dev-util/yamllint: enable py3.12 Signed-off-by: Marek Szuba gentoo.org> dev-util/yamllint/yamllint-1.32.0.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dev-util/yamllint/yamllint-1.32.0.ebuild b/dev-util/yamllint/yamllint-1.32.0.ebuild index 3fe6fc29c17f..5900c2be87d3 100644 --- a/dev-util/yamllint/yamllint-1.32.0.ebuild +++ b/dev-util/yamllint/yamllint-1.32.0.ebuild @@ -3,7 +3,7 @@ EAPI=8 -PYTHON_COMPAT=( python3_{9..11} ) +PYTHON_COMPAT=( python3_{10..12} ) DISTUTILS_USE_PEP517=setuptools inherit distutils-r1 pypi