diff options
author | Jason Zaman <perfinion@gentoo.org> | 2021-08-01 05:35:09 -0700 |
---|---|---|
committer | Jason Zaman <perfinion@gentoo.org> | 2021-08-01 06:19:09 -0700 |
commit | 9e3025026f680f43cdff00875ecbf945c53cb5ba (patch) | |
tree | 3d2e9f476b988c58396fe873f8ea857521dba7bd /sci-libs/keras-preprocessing | |
parent | sci-libs/keras-applications: Add python3_9 (diff) | |
download | gentoo-9e3025026f680f43cdff00875ecbf945c53cb5ba.tar.gz gentoo-9e3025026f680f43cdff00875ecbf945c53cb5ba.tar.bz2 gentoo-9e3025026f680f43cdff00875ecbf945c53cb5ba.zip |
sci-libs/keras-preprocessing: Add python3_9
Package-Manager: Portage-3.0.20, Repoman-3.0.2
Signed-off-by: Jason Zaman <perfinion@gentoo.org>
Diffstat (limited to 'sci-libs/keras-preprocessing')
-rw-r--r-- | sci-libs/keras-preprocessing/keras-preprocessing-1.1.2.ebuild | 2 |
1 files changed, 1 insertions, 1 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 9b72af9e2845..a864e1a89657 100644 --- a/sci-libs/keras-preprocessing/keras-preprocessing-1.1.2.ebuild +++ b/sci-libs/keras-preprocessing/keras-preprocessing-1.1.2.ebuild @@ -3,7 +3,7 @@ EAPI=6 -PYTHON_COMPAT=( python3_{7,8} ) +PYTHON_COMPAT=( python3_{7,8,9} ) inherit distutils-r1 MY_PN="Keras_Preprocessing" |