commit: 1484d75cc45c6aadf4eb1a8031fef3fbf8d6601e
Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
AuthorDate: Tue Jan 10 14:13:33 2023 +0000
Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Tue Jan 10 14:15:27 2023 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1484d75c
sci-libs/tensorflow: Remove Python < 3.10
Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>
sci-libs/tensorflow/tensorflow-2.10.0.ebuild | 4 ++--
sci-libs/tensorflow/tensorflow-2.11.0.ebuild | 4 ++--
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)"