summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlfredo Tupone <tupone@gentoo.org>2023-02-22 07:52:45 +0100
committerAlfredo Tupone <tupone@gentoo.org>2023-02-22 07:53:13 +0100
commit1c138845549fbbd957aa9c6c41aa57d81666c04c (patch)
tree4c06cf0a545bf96ebd69456a38802e82721e284a /sci-libs
parentapp-containers/netavark: new package, add 1.4.0 (diff)
downloadgentoo-1c138845549fbbd957aa9c6c41aa57d81666c04c.tar.gz
gentoo-1c138845549fbbd957aa9c6c41aa57d81666c04c.tar.bz2
gentoo-1c138845549fbbd957aa9c6c41aa57d81666c04c.zip
sci-libs/pytorch: support python 3.11
Signed-off-by: Alfredo Tupone <tupone@gentoo.org>
Diffstat (limited to 'sci-libs')
-rw-r--r--sci-libs/pytorch/pytorch-1.13.1-r1.ebuild (renamed from sci-libs/pytorch/pytorch-1.13.1.ebuild)2
1 files changed, 1 insertions, 1 deletions
diff --git a/sci-libs/pytorch/pytorch-1.13.1.ebuild b/sci-libs/pytorch/pytorch-1.13.1-r1.ebuild
index 898c43a39ba9..956c5e89cbc8 100644
--- a/sci-libs/pytorch/pytorch-1.13.1.ebuild
+++ b/sci-libs/pytorch/pytorch-1.13.1-r1.ebuild
@@ -4,7 +4,7 @@
EAPI=8
DISTUTILS_USE_PEP517=setuptools
-PYTHON_COMPAT=( python3_{9,10} )
+PYTHON_COMPAT=( python3_{9..11} )
DISTUTILS_SINGLE_IMPL=1
inherit distutils-r1