commit: c2ac1074474694102e07420ec00a89961a5c4170
Author: Sergey Torokhov <torokhov-s-a <AT> yandex <DOT> ru>
AuthorDate: Sun Apr 13 16:05:22 2025 +0000
Commit: Sergey Torokhov <torokhov-s-a <AT> yandex <DOT> ru>
CommitDate: Sun Apr 13 16:05:22 2025 +0000
URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=c2ac1074
dev-build/fypp: add py3.13 compat
Signed-off-by: Sergey Torokhov <torokhov-s-a <AT> yandex.ru>
dev-build/fypp/fypp-3.2.ebuild | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/dev-build/fypp/fypp-3.2.ebuild b/dev-build/fypp/fypp-3.2.ebuild
index edd57f9e9..77d43d43a 100644
--- a/dev-build/fypp/fypp-3.2.ebuild
+++ b/dev-build/fypp/fypp-3.2.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=setuptools
-PYTHON_COMPAT=( python3_{11..12} )
+PYTHON_COMPAT=( python3_{11..13} )
inherit distutils-r1 pypi