summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichał Górny <mgorny@gentoo.org>2023-01-10 15:13:33 +0100
committerMichał Górny <mgorny@gentoo.org>2023-01-10 15:15:27 +0100
commit1484d75cc45c6aadf4eb1a8031fef3fbf8d6601e (patch)
treec8d1d1314ab87bb8529db6092384019a8138c879 /sci-libs
parentsci-visualization/tensorboard: Remove Python < 3.10 (diff)
downloadgentoo-1484d75cc45c6aadf4eb1a8031fef3fbf8d6601e.tar.gz
gentoo-1484d75cc45c6aadf4eb1a8031fef3fbf8d6601e.tar.bz2
gentoo-1484d75cc45c6aadf4eb1a8031fef3fbf8d6601e.zip
sci-libs/tensorflow: Remove Python < 3.10
Signed-off-by: Michał Górny <mgorny@gentoo.org>
Diffstat (limited to 'sci-libs')
-rw-r--r--sci-libs/tensorflow/tensorflow-2.10.0.ebuild4
-rw-r--r--sci-libs/tensorflow/tensorflow-2.11.0.ebuild4
2 files changed, 4 insertions, 4 deletions
diff --git a/sci-libs/tensorflow/tensorflow-2.10.0.ebuild b/sci-libs/tensorflow/tensorflow-2.10.0.ebuild
index fa51174d5a79..50924f0b2715 100644
--- a/sci-libs/tensorflow/tensorflow-2.10.0.ebuild
+++ b/sci-libs/tensorflow/tensorflow-2.10.0.ebuild
@@ -1,10 +1,10 @@
-# Copyright 1999-2022 Gentoo Authors
+# Copyright 1999-2023 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=8
DISTUTILS_OPTIONAL=1
-PYTHON_COMPAT=( python3_{8,9,10} )
+PYTHON_COMPAT=( python3_10 )
MY_PV=${PV/_rc/-rc}
MY_P=${PN}-${MY_PV}
DEP_VER="$(ver_cut 1-2)"
diff --git a/sci-libs/tensorflow/tensorflow-2.11.0.ebuild b/sci-libs/tensorflow/tensorflow-2.11.0.ebuild
index b99506c34c34..db9af569cd4c 100644
--- a/sci-libs/tensorflow/tensorflow-2.11.0.ebuild
+++ b/sci-libs/tensorflow/tensorflow-2.11.0.ebuild
@@ -1,10 +1,10 @@
-# Copyright 1999-2022 Gentoo Authors
+# Copyright 1999-2023 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=8
DISTUTILS_OPTIONAL=1
-PYTHON_COMPAT=( python3_{8,9,10} )
+PYTHON_COMPAT=( python3_10 )
MY_PV=${PV/_rc/-rc}
MY_P=${PN}-${MY_PV}
DEP_VER="$(ver_cut 1-2)"