commit: 87bc850444a0f911a6fd7df3ca924f5e5d043b60
Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
AuthorDate: Mon Mar 17 14:16:46 2025 +0000
Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Mon Mar 17 14:24:37 2025 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=87bc8504
app-text/pelican: Enable py3.13
Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>
app-text/pelican/pelican-4.9.1.ebuild | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/app-text/pelican/pelican-4.9.1.ebuild
b/app-text/pelican/pelican-4.9.1.ebuild
index e2466d947b45..46b570c04a12 100644
--- a/app-text/pelican/pelican-4.9.1.ebuild
+++ b/app-text/pelican/pelican-4.9.1.ebuild
@@ -1,10 +1,10 @@
-# 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=pdm-backend
-PYTHON_COMPAT=( python3_{10..12} )
+PYTHON_COMPAT=( python3_{10..13} )
inherit distutils-r1 optfeature