commit: 4c274c47b62a525c9b8f00b43b226cba41a7205b
Author: Arthur Zamarin <arthurzam <AT> gentoo <DOT> org>
AuthorDate: Mon Nov 1 06:48:13 2021 +0000
Commit: Arthur Zamarin <arthurzam <AT> gentoo <DOT> org>
CommitDate: Mon Nov 1 07:41:56 2021 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4c274c47
dev-python/fuse-python: enable py3.10
Signed-off-by: Arthur Zamarin <arthurzam <AT> gentoo.org>
dev-python/fuse-python/fuse-python-1.0.4.ebuild | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/dev-python/fuse-python/fuse-python-1.0.4.ebuild
b/dev-python/fuse-python/fuse-python-1.0.4.ebuild
index a79e2094d4d..705b081a3d7 100644
--- a/dev-python/fuse-python/fuse-python-1.0.4.ebuild
+++ b/dev-python/fuse-python/fuse-python-1.0.4.ebuild
@@ -3,7 +3,7 @@
EAPI=7
-PYTHON_COMPAT=( python3_{7..9} pypy3 )
+PYTHON_COMPAT=( python3_{8..10} pypy3 )
inherit distutils-r1