commit: 90737ad5bec4aefbf64657db6873a16a993dbfcd
Author: Horea Christian <chr <AT> chymera <DOT> eu>
AuthorDate: Thu Sep 11 20:47:09 2025 +0000
Commit: Horea Christian <horea.christ <AT> gmail <DOT> com>
CommitDate: Thu Sep 11 20:47:09 2025 +0000
URL: https://gitweb.gentoo.org/proj/sci.git/commit/?id=90737ad5
dev-vcs/datalad: enable py3.13
Signed-off-by: Horea Christian <chr <AT> chymera.eu>
dev-vcs/datalad/datalad-1.0.2.ebuild | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/dev-vcs/datalad/datalad-1.0.2.ebuild
b/dev-vcs/datalad/datalad-1.0.2.ebuild
index 3ec624e7f..df10710c8 100644
--- a/dev-vcs/datalad/datalad-1.0.2.ebuild
+++ b/dev-vcs/datalad/datalad-1.0.2.ebuild
@@ -4,7 +4,7 @@
EAPI=8
DISTUTILS_USE_PEP517=setuptools
-PYTHON_COMPAT=( python3_{10..12} )
+PYTHON_COMPAT=( python3_{11..13} )
inherit distutils-r1 pypi
DESCRIPTION="Keep code, data, containers under control with git and git-annex"