From 6ca087d5b1e9ca93f32857df0bab5814c87a726b Mon Sep 17 00:00:00 2001 From: Yixun Lan Date: Sat, 29 Mar 2025 08:45:27 +0800 Subject: [PATCH] net-proxy/trojan: enable py3.13 Closes: https://bugs.gentoo.org/952632 Signed-off-by: Yixun Lan --- net-proxy/trojan/trojan-1.16.0-r3.ebuild | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/net-proxy/trojan/trojan-1.16.0-r3.ebuild b/net-proxy/trojan/trojan-1.16.0-r3.ebuild index f77acffb22dce..4dddc5d95a4fc 100644 --- a/net-proxy/trojan/trojan-1.16.0-r3.ebuild +++ b/net-proxy/trojan/trojan-1.16.0-r3.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 DISABLE_AUTOFORMATTING=1 FORCE_PRINT_ELOG=1 -PYTHON_COMPAT=( python3_{10..12} ) +PYTHON_COMPAT=( python3_{10..13} ) inherit cmake python-any-r1 systemd readme.gentoo-r1 DESCRIPTION="An unidentifiable mechanism that helps you bypass GFW"