summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJason Zaman <perfinion@gentoo.org>2022-06-25 09:37:12 -0700
committerJason Zaman <perfinion@gentoo.org>2022-06-25 19:37:32 -0700
commitc5610310512648e55771fe1e8ff156477b91a6c9 (patch)
tree811a8cc43aa2c63024fe45364b45002cc35704b4 /sci-libs
parentsci-libs/keras-applications: enable py3.10 and disable py3.7 (diff)
downloadgentoo-c5610310512648e55771fe1e8ff156477b91a6c9.tar.gz
gentoo-c5610310512648e55771fe1e8ff156477b91a6c9.tar.bz2
gentoo-c5610310512648e55771fe1e8ff156477b91a6c9.zip
sci-libs/keras-preprocessing: enable py3.10 and disable py3.7
Closes: https://bugs.gentoo.org/846263 Signed-off-by: Jason Zaman <perfinion@gentoo.org>
Diffstat (limited to 'sci-libs')
-rw-r--r--sci-libs/keras-preprocessing/keras-preprocessing-1.1.2.ebuild4
1 files changed, 2 insertions, 2 deletions
diff --git a/sci-libs/keras-preprocessing/keras-preprocessing-1.1.2.ebuild b/sci-libs/keras-preprocessing/keras-preprocessing-1.1.2.ebuild
index a864e1a89657..6bd98c017bd6 100644
--- a/sci-libs/keras-preprocessing/keras-preprocessing-1.1.2.ebuild
+++ b/sci-libs/keras-preprocessing/keras-preprocessing-1.1.2.ebuild
@@ -1,9 +1,9 @@
-# Copyright 1999-2021 Gentoo Authors
+# Copyright 1999-2022 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=6
-PYTHON_COMPAT=( python3_{7,8,9} )
+PYTHON_COMPAT=( python3_{8,9,10} )
inherit distutils-r1
MY_PN="Keras_Preprocessing"