net-analyzer/netdata: enable py3.13

Closes: https://bugs.gentoo.org/952572
Signed-off-by: Petr Vaněk <arkamar@gentoo.org>
This commit is contained in:
Petr Vaněk
2025-05-09 14:41:02 +02:00
parent c4eaa8ec74
commit fd216a37de

View File

@@ -2,7 +2,7 @@
# Distributed under the terms of the GNU General Public License v2
EAPI=8
PYTHON_COMPAT=( python{3_9,3_10,3_11,3_12} )
PYTHON_COMPAT=( python3_{11..13} )
inherit cmake fcaps linux-info optfeature python-single-r1 systemd