commit: 27a5053a75ef31036a9f9130ea5d14950ca7ad6a
Author: Matt Turner <mattst88 <AT> gentoo <DOT> org>
AuthorDate: Sat Mar 29 21:54:09 2025 +0000
Commit: Matt Turner <mattst88 <AT> gentoo <DOT> org>
CommitDate: Sat Mar 29 21:54:42 2025 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=27a5053a
www-plugins/passff-host: Add Python 3.13 compatibility
Signed-off-by: Matt Turner <mattst88 <AT> gentoo.org>
www-plugins/passff-host/passff-host-1.2.4.ebuild | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/www-plugins/passff-host/passff-host-1.2.4.ebuild
b/www-plugins/passff-host/passff-host-1.2.4.ebuild
index 206e86fbb171..2659aa1b9a2e 100644
--- a/www-plugins/passff-host/passff-host-1.2.4.ebuild
+++ b/www-plugins/passff-host/passff-host-1.2.4.ebuild
@@ -1,9 +1,9 @@
-# Copyright 2018-2024 Gentoo Authors
+# Copyright 2018-2025 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=8
-PYTHON_COMPAT=( python3_{10..12} )
+PYTHON_COMPAT=( python3_{11..13} )
inherit python-single-r1