summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMatthias Maier <tamiko@gentoo.org>2023-05-07 14:42:33 -0500
committerMatthias Maier <tamiko@gentoo.org>2023-05-07 14:42:33 -0500
commitbd2e61c85e3475b1d59dba0576b34a1db3463bf9 (patch)
tree1b04f12c62086d3ec8b1b97a34396e36e42a611d
parentnet-analyzer/flent: enable py3.11 (diff)
downloadtamiko-bd2e61c85e3475b1d59dba0576b34a1db3463bf9.tar.gz
tamiko-bd2e61c85e3475b1d59dba0576b34a1db3463bf9.tar.bz2
tamiko-bd2e61c85e3475b1d59dba0576b34a1db3463bf9.zip
sys-fs/btrfs-heatmap: enable py3.11
Signed-off-by: Matthias Maier <tamiko@gentoo.org>
-rw-r--r--sys-fs/btrfs-heatmap/btrfs-heatmap-9.ebuild2
1 files changed, 1 insertions, 1 deletions
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