summaryrefslogtreecommitdiff
path: root/sys-fs
diff options
context:
space:
mode:
authorMike Gilbert <floppym@gentoo.org>2024-04-13 14:12:07 -0400
committerMike Gilbert <floppym@gentoo.org>2024-04-13 14:12:21 -0400
commit64c0890c1471bf42d48a25c895c94406d68271fa (patch)
tree20be38ae5d4ade499ae9213cfbe51e2c50f50ae1 /sys-fs
parentsys-fs/fuse: improve test phase (diff)
downloadgentoo-64c0890c1471bf42d48a25c895c94406d68271fa.tar.gz
gentoo-64c0890c1471bf42d48a25c895c94406d68271fa.tar.bz2
gentoo-64c0890c1471bf42d48a25c895c94406d68271fa.zip
sys-fs/fuse: enable py3.12
Closes: https://bugs.gentoo.org/929843 Signed-off-by: Mike Gilbert <floppym@gentoo.org>
Diffstat (limited to 'sys-fs')
-rw-r--r--sys-fs/fuse/fuse-3.16.2.ebuild2
1 files changed, 1 insertions, 1 deletions
diff --git a/sys-fs/fuse/fuse-3.16.2.ebuild b/sys-fs/fuse/fuse-3.16.2.ebuild
index ff659036c273..8b2bebb691b8 100644
--- a/sys-fs/fuse/fuse-3.16.2.ebuild
+++ b/sys-fs/fuse/fuse-3.16.2.ebuild
@@ -3,7 +3,7 @@
EAPI=8
-PYTHON_COMPAT=( python3_{10..11} )
+PYTHON_COMPAT=( python3_{10..12} )
inherit flag-o-matic meson-multilib udev python-any-r1
DESCRIPTION="An interface for filesystems implemented in userspace"