commit: bd2e61c85e3475b1d59dba0576b34a1db3463bf9
Author: Matthias Maier <tamiko <AT> gentoo <DOT> org>
AuthorDate: Sun May 7 19:42:33 2023 +0000
Commit: Matthias Maier <tamiko <AT> gentoo <DOT> org>
CommitDate: Sun May 7 19:42:33 2023 +0000
URL: https://gitweb.gentoo.org/repo/dev/tamiko.git/commit/?id=bd2e61c8
sys-fs/btrfs-heatmap: enable py3.11
Signed-off-by: Matthias Maier <tamiko <AT> gentoo.org>
sys-fs/btrfs-heatmap/btrfs-heatmap-9.ebuild | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/sys-fs/btrfs-heatmap/btrfs-heatmap-9.ebuild
b/sys-fs/btrfs-heatmap/btrfs-heatmap-9.ebuild
index d95af7a..ea68647 100644
--- a/sys-fs/btrfs-heatmap/btrfs-heatmap-9.ebuild
+++ b/sys-fs/btrfs-heatmap/btrfs-heatmap-9.ebuild
@@ -3,7 +3,7 @@
EAPI=8
-PYTHON_COMPAT=( python3_{6..10} )
+PYTHON_COMPAT=( python3_{6..11} )
inherit python-single-r1