summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichał Górny <mgorny@gentoo.org>2023-01-10 15:13:35 +0100
committerMichał Górny <mgorny@gentoo.org>2023-01-10 15:15:27 +0100
commit79390fc52ab32edc164a521fc4a9860a8351d8bd (patch)
tree9b52a2da4095636bf6d186f297c46ddd30de88d2 /sci-libs/tensorflow-estimator
parentsci-libs/tensorflow: Remove Python < 3.10 (diff)
downloadgentoo-79390fc52ab32edc164a521fc4a9860a8351d8bd.tar.gz
gentoo-79390fc52ab32edc164a521fc4a9860a8351d8bd.tar.bz2
gentoo-79390fc52ab32edc164a521fc4a9860a8351d8bd.zip
sci-libs/tensorflow-estimator: Remove Python < 3.10
Signed-off-by: Michał Górny <mgorny@gentoo.org>
Diffstat (limited to 'sci-libs/tensorflow-estimator')
-rw-r--r--sci-libs/tensorflow-estimator/tensorflow-estimator-2.10.ebuild4
-rw-r--r--sci-libs/tensorflow-estimator/tensorflow-estimator-2.11.0.ebuild4
2 files changed, 4 insertions, 4 deletions
diff --git a/sci-libs/tensorflow-estimator/tensorflow-estimator-2.10.ebuild b/sci-libs/tensorflow-estimator/tensorflow-estimator-2.10.ebuild
index df19c5f9a037..bb0ba6d4b591 100644
--- a/sci-libs/tensorflow-estimator/tensorflow-estimator-2.10.ebuild
+++ b/sci-libs/tensorflow-estimator/tensorflow-estimator-2.10.ebuild
@@ -1,9 +1,9 @@
-# Copyright 1999-2022 Gentoo Authors
+# Copyright 1999-2023 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=8
-PYTHON_COMPAT=( python3_{8,9,10} )
+PYTHON_COMPAT=( python3_10 )
MY_PN="estimator"
MY_PV=${PV/_rc/-rc}
MY_P=${MY_PN}-${MY_PV}
diff --git a/sci-libs/tensorflow-estimator/tensorflow-estimator-2.11.0.ebuild b/sci-libs/tensorflow-estimator/tensorflow-estimator-2.11.0.ebuild
index fdf1ef3c5276..963a5d519961 100644
--- a/sci-libs/tensorflow-estimator/tensorflow-estimator-2.11.0.ebuild
+++ b/sci-libs/tensorflow-estimator/tensorflow-estimator-2.11.0.ebuild
@@ -1,9 +1,9 @@
-# Copyright 1999-2022 Gentoo Authors
+# Copyright 1999-2023 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=8
-PYTHON_COMPAT=( python3_{8,9,10} )
+PYTHON_COMPAT=( python3_10 )
MY_PN="estimator"
MY_PV=${PV}-rc0
MY_P=${MY_PN}-${MY_PV}