diff options
author | Jason Zaman <perfinion@gentoo.org> | 2021-08-01 05:36:55 -0700 |
---|---|---|
committer | Jason Zaman <perfinion@gentoo.org> | 2021-08-01 06:19:10 -0700 |
commit | f3cac142d040f04626d341863eaf2fefb70b6ac3 (patch) | |
tree | 855e9dbf5e96a6e245ada11440979ccef6af6547 /sci-libs | |
parent | sci-libs/keras-preprocessing: Add python3_9 (diff) | |
download | gentoo-f3cac142d040f04626d341863eaf2fefb70b6ac3.tar.gz gentoo-f3cac142d040f04626d341863eaf2fefb70b6ac3.tar.bz2 gentoo-f3cac142d040f04626d341863eaf2fefb70b6ac3.zip |
sci-libs/tensorflow-estimator: 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')
-rw-r--r-- | sci-libs/tensorflow-estimator/tensorflow-estimator-2.5.0.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sci-libs/tensorflow-estimator/tensorflow-estimator-2.5.0.ebuild b/sci-libs/tensorflow-estimator/tensorflow-estimator-2.5.0.ebuild index 770a8a614291..913bf9e0bcc2 100644 --- a/sci-libs/tensorflow-estimator/tensorflow-estimator-2.5.0.ebuild +++ b/sci-libs/tensorflow-estimator/tensorflow-estimator-2.5.0.ebuild @@ -3,7 +3,7 @@ EAPI=7 -PYTHON_COMPAT=( python3_{7,8} ) +PYTHON_COMPAT=( python3_{7,8,9} ) MY_PN="estimator" MY_PV=${PV/_rc/-rc} MY_P=${MY_PN}-${MY_PV} |