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

Signed-off-by: Steven Davies <gentoo-guru@steev.me.uk>
This commit is contained in:
Steven Davies
2023-05-20 14:38:53 +01:00
parent 7f935fec90
commit cf06b3c8bf

View File

@@ -3,7 +3,7 @@
EAPI=8
PYTHON_COMPAT=( python3_10 )
PYTHON_COMPAT=( python3_10 python3_11 )
inherit python-single-r1