commit: 87718aaa37fe02a3ca0ed50dd64a9f8d18fab2cd
Author: Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Wed Sep 8 00:19:42 2021 +0000
Commit: Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Wed Sep 8 00:19:47 2021 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=87718aaa
sys-fs/fuse: enable py3.10 and disable py3.7 in 3.10.5
Signed-off-by: Sam James <sam <AT> gentoo.org>
sys-fs/fuse/fuse-3.10.5.ebuild | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/sys-fs/fuse/fuse-3.10.5.ebuild b/sys-fs/fuse/fuse-3.10.5.ebuild
index 4a954267d0f..8eafe06d9b5 100644
--- a/sys-fs/fuse/fuse-3.10.5.ebuild
+++ b/sys-fs/fuse/fuse-3.10.5.ebuild
@@ -3,7 +3,7 @@
EAPI=7
-PYTHON_COMPAT=( python3_{7,8,9} )
+PYTHON_COMPAT=( python3_{8,9,10} )
inherit meson-multilib udev python-any-r1
DESCRIPTION="An interface for filesystems implemented in userspace"