commit: eecbf61a32f91c185f0136290c7e8bbe59acb702
Author: Paul Zander <negril.nx+gentoo <AT> gmail <DOT> com>
AuthorDate: Mon Dec 22 17:47:25 2025 +0000
Commit: Paul Zander <negril.nx+gentoo <AT> gmail <DOT> com>
CommitDate: Mon Dec 22 17:47:25 2025 +0000
URL: https://gitweb.gentoo.org/proj/sci.git/commit/?id=eecbf61a
dev-vcs/datalad-fuse: Remove py3.11
Signed-off-by: Paul Zander <negril.nx+gentoo <AT> gmail.com>
dev-vcs/datalad-fuse/datalad-fuse-0.5.1-r1.ebuild | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/dev-vcs/datalad-fuse/datalad-fuse-0.5.1-r1.ebuild
b/dev-vcs/datalad-fuse/datalad-fuse-0.5.1-r1.ebuild
index e043b122f..966b3cd6e 100644
--- a/dev-vcs/datalad-fuse/datalad-fuse-0.5.1-r1.ebuild
+++ b/dev-vcs/datalad-fuse/datalad-fuse-0.5.1-r1.ebuild
@@ -4,7 +4,7 @@
EAPI=8
DISTUTILS_USE_PEP517=setuptools
-PYTHON_COMPAT=( python3_{10..11} )
+PYTHON_COMPAT=( python3_{12..13} )
inherit distutils-r1
DESCRIPTION="Keep code, data, containers under control with git and git-annex"