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

Closes: https://bugs.gentoo.org/846260
Signed-off-by: Jason Zaman <perfinion@gentoo.org>
This commit is contained in:
Jason Zaman
2022-06-25 09:36:12 -07:00
parent 2919ad1750
commit 373d653d05

View File

@@ -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"