commit: 0cf862a5939371201eddbaec870e8e47340d50fe Author: Alfredo Tupone <tupone <AT> gentoo <DOT> org> AuthorDate: Tue Apr 1 06:52:22 2025 +0000 Commit: Alfredo Tupone <tupone <AT> gentoo <DOT> org> CommitDate: Tue Apr 1 06:52:39 2025 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0cf862a5
sci-ml/datasets: enable py3.13 Closes: https://bugs.gentoo.org/952694 Signed-off-by: Alfredo Tupone <tupone <AT> gentoo.org> sci-ml/datasets/datasets-3.0.2.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sci-ml/datasets/datasets-3.0.2.ebuild b/sci-ml/datasets/datasets-3.0.2.ebuild index 051a56ca8680..e6b81257061a 100644 --- a/sci-ml/datasets/datasets-3.0.2.ebuild +++ b/sci-ml/datasets/datasets-3.0.2.ebuild @@ -4,7 +4,7 @@ EAPI=8 DISTUTILS_USE_PEP517=setuptools -PYTHON_COMPAT=( python3_{10..12} ) +PYTHON_COMPAT=( python3_{10..13} ) DISTUTILS_SINGLE_IMPL=1 inherit distutils-r1
