summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlfredo Tupone <tupone@gentoo.org>2024-04-04 12:01:53 +0200
committerAlfredo Tupone <tupone@gentoo.org>2024-04-04 12:01:53 +0200
commitf1151f8cb2e89dc758a767f7fd34ca7e97455c22 (patch)
tree42cf59fd61acf22e334141f1fb2e8b81091dd5df /sci-libs/pytorch
parentsci-libs/pytorch: add 2.2.2, drop 2.2.1 (diff)
downloadgentoo-f1151f8cb2e89dc758a767f7fd34ca7e97455c22.tar.gz
gentoo-f1151f8cb2e89dc758a767f7fd34ca7e97455c22.tar.bz2
gentoo-f1151f8cb2e89dc758a767f7fd34ca7e97455c22.zip
sci-libs/pytorch: disable py3.9
Signed-off-by: Alfredo Tupone <tupone@gentoo.org>
Diffstat (limited to 'sci-libs/pytorch')
-rw-r--r--sci-libs/pytorch/pytorch-2.2.2.ebuild2
1 files changed, 1 insertions, 1 deletions
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