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 EE3AB158089 for ; Thu, 26 Oct 2023 00:31:13 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 7E3D32BC01B; Thu, 26 Oct 2023 00:31:11 +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 5C7322BC019 for ; Thu, 26 Oct 2023 00:31:11 +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 4CA9E335C2A for ; Thu, 26 Oct 2023 00:31:10 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 6916512CB for ; Thu, 26 Oct 2023 00:31:07 +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: <1698279239.221d37e429d87b9d4f92b7ba7918e96144df4968.marecki@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/mkdocs-gen-files/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-python/mkdocs-gen-files/mkdocs-gen-files-0.5.0.ebuild X-VCS-Directories: dev-python/mkdocs-gen-files/ X-VCS-Committer: marecki X-VCS-Committer-Name: Marek Szuba X-VCS-Revision: 221d37e429d87b9d4f92b7ba7918e96144df4968 X-VCS-Branch: master Date: Thu, 26 Oct 2023 00:31:07 +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: a1c1bf30-3627-4a00-b7fd-c57f422ba1bc X-Archives-Hash: d27dd4e26989b539d8a8b6fc460ce6f3 commit: 221d37e429d87b9d4f92b7ba7918e96144df4968 Author: Marek Szuba gentoo org> AuthorDate: Wed Oct 25 23:26:48 2023 +0000 Commit: Marek Szuba gentoo org> CommitDate: Thu Oct 26 00:13:59 2023 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=221d37e4 dev-python/mkdocs-gen-files: enable py3.12 Signed-off-by: Marek Szuba gentoo.org> dev-python/mkdocs-gen-files/mkdocs-gen-files-0.5.0.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dev-python/mkdocs-gen-files/mkdocs-gen-files-0.5.0.ebuild b/dev-python/mkdocs-gen-files/mkdocs-gen-files-0.5.0.ebuild index 732770910ba6..25d8ef6aa343 100644 --- a/dev-python/mkdocs-gen-files/mkdocs-gen-files-0.5.0.ebuild +++ b/dev-python/mkdocs-gen-files/mkdocs-gen-files-0.5.0.ebuild @@ -4,7 +4,7 @@ EAPI=8 DISTUTILS_USE_PEP517=hatchling -PYTHON_COMPAT=( python3_{10..11} ) +PYTHON_COMPAT=( python3_{10..12} ) inherit distutils-r1 pypi