commit:     373d653d05891b365eb2db0bf973c6fc2e51ee17
Author:     Jason Zaman <perfinion <AT> gentoo <DOT> org>
AuthorDate: Sat Jun 25 16:36:12 2022 +0000
Commit:     Jason Zaman <perfinion <AT> gentoo <DOT> org>
CommitDate: Sun Jun 26 02:37:31 2022 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=373d653d

sci-libs/keras-applications: enable py3.10 and disable py3.7

Closes: https://bugs.gentoo.org/846260
Signed-off-by: Jason Zaman <perfinion <AT> gentoo.org>

 sci-libs/keras-applications/keras-applications-1.0.8-r1.ebuild | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/sci-libs/keras-applications/keras-applications-1.0.8-r1.ebuild 
b/sci-libs/keras-applications/keras-applications-1.0.8-r1.ebuild
index e640d34d62a7..bdb62d7aa08c 100644
--- a/sci-libs/keras-applications/keras-applications-1.0.8-r1.ebuild
+++ b/sci-libs/keras-applications/keras-applications-1.0.8-r1.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
 
 DESCRIPTION="Keras deep learning library reference implementations of deep 
learning models"

Reply via email to