commit: c5610310512648e55771fe1e8ff156477b91a6c9 Author: Jason Zaman <perfinion <AT> gentoo <DOT> org> AuthorDate: Sat Jun 25 16:37:12 2022 +0000 Commit: Jason Zaman <perfinion <AT> gentoo <DOT> org> CommitDate: Sun Jun 26 02:37:32 2022 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c5610310
sci-libs/keras-preprocessing: enable py3.10 and disable py3.7 Closes: https://bugs.gentoo.org/846263 Signed-off-by: Jason Zaman <perfinion <AT> gentoo.org> sci-libs/keras-preprocessing/keras-preprocessing-1.1.2.ebuild | 4 ++-- 1 file 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"
