diff options
author | Alfredo Tupone <tupone@gentoo.org> | 2024-04-04 12:01:53 +0200 |
---|---|---|
committer | Alfredo Tupone <tupone@gentoo.org> | 2024-04-04 12:01:53 +0200 |
commit | f1151f8cb2e89dc758a767f7fd34ca7e97455c22 (patch) | |
tree | 42cf59fd61acf22e334141f1fb2e8b81091dd5df /sci-libs/pytorch | |
parent | sci-libs/pytorch: add 2.2.2, drop 2.2.1 (diff) | |
download | gentoo-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.ebuild | 2 |
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 |