commit: 10d026339f8bd5cc043b43d41643e34a133b25df
Author: Nowa Ammerlaan <nowa <AT> gentoo <DOT> org>
AuthorDate: Thu Jan 2 10:25:23 2025 +0000
Commit: Nowa Ammerlaan <nowa <AT> gentoo <DOT> org>
CommitDate: Thu Jan 2 11:02:04 2025 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=10d02633
dev-python/mkdocs-bootstrap: enable py3.13
Signed-off-by: Nowa Ammerlaan <nowa <AT> gentoo.org>
dev-python/mkdocs-bootstrap/mkdocs-bootstrap-1.1.1.ebuild | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/dev-python/mkdocs-bootstrap/mkdocs-bootstrap-1.1.1.ebuild
b/dev-python/mkdocs-bootstrap/mkdocs-bootstrap-1.1.1.ebuild
index 7c3847dd7097..356137763c9a 100644
--- a/dev-python/mkdocs-bootstrap/mkdocs-bootstrap-1.1.1.ebuild
+++ b/dev-python/mkdocs-bootstrap/mkdocs-bootstrap-1.1.1.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"