sys-fs/btrfs-heatmap: enable py3.13

Signed-off-by: Steven Davies <gentoo-guru@steev.me.uk>
This commit is contained in:
Steven Davies
2025-04-26 20:34:39 +01:00
parent 242bb455c7
commit e6709dd022

View File

@@ -3,7 +3,7 @@
EAPI=8
PYTHON_COMPAT=( python3_{11..12} )
PYTHON_COMPAT=( python3_{11..13} )
inherit python-single-r1