commit: f1151f8cb2e89dc758a767f7fd34ca7e97455c22
Author: Alfredo Tupone <tupone <AT> gentoo <DOT> org>
AuthorDate: Thu Apr 4 10:01:53 2024 +0000
Commit: Alfredo Tupone <tupone <AT> gentoo <DOT> org>
CommitDate: Thu Apr 4 10:01:53 2024 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f1151f8c
sci-libs/pytorch: disable py3.9
Signed-off-by: Alfredo Tupone <tupone <AT> gentoo.org>
sci-libs/pytorch/pytorch-2.2.2.ebuild | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/sci-libs/pytorch/pytorch-2.2.2.ebuild
b/sci-libs/pytorch/pytorch-2.2.2.ebuild
index df97d95b2528..75fbde095842 100644
--- a/sci-libs/pytorch/pytorch-2.2.2.ebuild
+++ b/sci-libs/pytorch/pytorch-2.2.2.ebuild
@@ -4,7 +4,7 @@
EAPI=8
DISTUTILS_USE_PEP517=setuptools
-PYTHON_COMPAT=( python3_{9..12} )
+PYTHON_COMPAT=( python3_{10..12} )
DISTUTILS_SINGLE_IMPL=1
DISTUTILS_EXT=1
inherit distutils-r1 prefix