commit: 2e166afea139a7d62d0242dc7a2dcd6e34ffc700
Author: Arthur Zamarin <arthurzam <AT> gentoo <DOT> org>
AuthorDate: Sun May 18 08:04:03 2025 +0000
Commit: Arthur Zamarin <arthurzam <AT> gentoo <DOT> org>
CommitDate: Sun May 18 10:18:02 2025 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2e166afe
dev-python/markdown-include: enable py3.14
Signed-off-by: Arthur Zamarin <arthurzam <AT> gentoo.org>
dev-python/markdown-include/markdown-include-0.8.1.ebuild | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/dev-python/markdown-include/markdown-include-0.8.1.ebuild
b/dev-python/markdown-include/markdown-include-0.8.1.ebuild
index 956353d06991..cbd63dc759b6 100644
--- a/dev-python/markdown-include/markdown-include-0.8.1.ebuild
+++ b/dev-python/markdown-include/markdown-include-0.8.1.ebuild
@@ -1,11 +1,11 @@
-# Copyright 1999-2024 Gentoo Authors
+# Copyright 1999-2025 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=8
DISTUTILS_USE_PEP517=setuptools
PYPI_NO_NORMALIZE=1
-PYTHON_COMPAT=( python3_{10..13} )
+PYTHON_COMPAT=( python3_{11..14} )
inherit distutils-r1 pypi