www-plugins/passff-host: Add Python 3.13 compatibility

Signed-off-by: Matt Turner <mattst88@gentoo.org>
This commit is contained in:
Matt Turner 2025-03-29 17:54:09 -04:00
parent 9202af0f4b
commit 27a5053a75
No known key found for this signature in database
GPG Key ID: ACEB29740C9A4E97

View File

@ -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