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 B841915812D for ; Thu, 02 Jan 2025 11:02:42 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id BC991E07D7; Thu, 02 Jan 2025 11:02:41 +0000 (UTC) Received: from smtp.gentoo.org (dev.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (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 98288E07C9 for ; Thu, 02 Jan 2025 11:02:41 +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 CA69A335CC2 for ; Thu, 02 Jan 2025 11:02:40 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 39DBE1870 for ; Thu, 02 Jan 2025 11:02:39 +0000 (UTC) From: "Nowa Ammerlaan" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Nowa Ammerlaan" Message-ID: <1735815725.d170f35f686611afb9498dfaf64506a522775a13.nowa@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/mkdocs-bootswatch/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-python/mkdocs-bootswatch/mkdocs-bootswatch-1.1-r2.ebuild X-VCS-Directories: dev-python/mkdocs-bootswatch/ X-VCS-Committer: nowa X-VCS-Committer-Name: Nowa Ammerlaan X-VCS-Revision: d170f35f686611afb9498dfaf64506a522775a13 X-VCS-Branch: master Date: Thu, 02 Jan 2025 11:02:39 +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: 69041784-02fb-4eb8-9503-d12d6d8235a4 X-Archives-Hash: fac9a99f46f7e843dd7fb127052744d6 commit: d170f35f686611afb9498dfaf64506a522775a13 Author: Nowa Ammerlaan gentoo org> AuthorDate: Thu Jan 2 10:25:53 2025 +0000 Commit: Nowa Ammerlaan gentoo org> CommitDate: Thu Jan 2 11:02:05 2025 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d170f35f dev-python/mkdocs-bootswatch: enable py3.13 Signed-off-by: Nowa Ammerlaan gentoo.org> dev-python/mkdocs-bootswatch/mkdocs-bootswatch-1.1-r2.ebuild | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/dev-python/mkdocs-bootswatch/mkdocs-bootswatch-1.1-r2.ebuild b/dev-python/mkdocs-bootswatch/mkdocs-bootswatch-1.1-r2.ebuild index b604fd186298..738c06c6a815 100644 --- a/dev-python/mkdocs-bootswatch/mkdocs-bootswatch-1.1-r2.ebuild +++ b/dev-python/mkdocs-bootswatch/mkdocs-bootswatch-1.1-r2.ebuild @@ -1,9 +1,9 @@ -# Copyright 1999-2023 Gentoo Authors +# Copyright 1999-2025 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=8 -PYTHON_COMPAT=( python3_{10..12} pypy3 ) +PYTHON_COMPAT=( python3_{10..13} pypy3 ) DISTUTILS_USE_PEP517=setuptools DOCS_BUILDER="mkdocs"