diff options
author | 2023-02-20 22:22:05 +0100 | |
---|---|---|
committer | 2023-02-20 22:22:05 +0100 | |
commit | 39efa04922e0172b9b5f6313022e70d693d9c61e (patch) | |
tree | 516199d4b31b1656453a4150a47ca9707af9852b /sci-libs | |
parent | x11-libs/libX11: remove unused patch (diff) | |
download | gentoo-39efa04922e0172b9b5f6313022e70d693d9c61e.tar.gz gentoo-39efa04922e0172b9b5f6313022e70d693d9c61e.tar.bz2 gentoo-39efa04922e0172b9b5f6313022e70d693d9c61e.zip |
sci-libs/caffe2: enable python 3.11
Signed-off-by: Alfredo Tupone <tupone@gentoo.org>
Diffstat (limited to 'sci-libs')
-rw-r--r-- | sci-libs/caffe2/caffe2-1.13.1-r1.ebuild (renamed from sci-libs/caffe2/caffe2-1.13.1.ebuild) | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sci-libs/caffe2/caffe2-1.13.1.ebuild b/sci-libs/caffe2/caffe2-1.13.1-r1.ebuild index caf62fd84b8f..352a593d3559 100644 --- a/sci-libs/caffe2/caffe2-1.13.1.ebuild +++ b/sci-libs/caffe2/caffe2-1.13.1-r1.ebuild @@ -3,7 +3,7 @@ EAPI=8 -PYTHON_COMPAT=( python3_{9..10} ) +PYTHON_COMPAT=( python3_{9..11} ) inherit python-single-r1 cmake flag-o-matic MYPN=pytorch |