summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichał Górny <mgorny@gentoo.org>2023-01-10 15:13:30 +0100
committerMichał Górny <mgorny@gentoo.org>2023-01-10 15:15:26 +0100
commit24ccf8a3904b9bb780b7d21a2de829d598d99a53 (patch)
tree2278eba6e1f987ab8c13fbcbda948c15269e0ca5
parentapp-admin/salt: Remove Python < 3.10 (diff)
downloadgentoo-24ccf8a3904b9bb780b7d21a2de829d598d99a53.tar.gz
gentoo-24ccf8a3904b9bb780b7d21a2de829d598d99a53.tar.bz2
gentoo-24ccf8a3904b9bb780b7d21a2de829d598d99a53.zip
sci-visualization/tensorboard: Remove Python < 3.10
Signed-off-by: Michał Górny <mgorny@gentoo.org>
-rw-r--r--sci-visualization/tensorboard/tensorboard-2.10.0.ebuild4
-rw-r--r--sci-visualization/tensorboard/tensorboard-2.11.0.ebuild4
2 files changed, 4 insertions, 4 deletions
diff --git a/sci-visualization/tensorboard/tensorboard-2.10.0.ebuild b/sci-visualization/tensorboard/tensorboard-2.10.0.ebuild
index 33cd44742483..207c16f36c79 100644
--- a/sci-visualization/tensorboard/tensorboard-2.10.0.ebuild
+++ b/sci-visualization/tensorboard/tensorboard-2.10.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 )
inherit python-r1
DESCRIPTION="TensorFlow's Visualization Toolkit"
diff --git a/sci-visualization/tensorboard/tensorboard-2.11.0.ebuild b/sci-visualization/tensorboard/tensorboard-2.11.0.ebuild
index f9f4786e1e1e..12a36b939370 100644
--- a/sci-visualization/tensorboard/tensorboard-2.11.0.ebuild
+++ b/sci-visualization/tensorboard/tensorboard-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 )
inherit python-r1
DESCRIPTION="TensorFlow's Visualization Toolkit"