diff options
author | Michał Górny <mgorny@gentoo.org> | 2020-06-09 20:04:37 +0200 |
---|---|---|
committer | Michał Górny <mgorny@gentoo.org> | 2020-06-10 09:31:43 +0200 |
commit | 63b938782bd48c3b3be7dcec9f7ab9b68297bbd0 (patch) | |
tree | ae3e0f15246bd2a1e82a7b24827bbb0e713afdf2 /dev-python/ipywidgets | |
parent | dev-python/ipyparallel: Port to py3.9 (diff) | |
download | gentoo-63b938782bd48c3b3be7dcec9f7ab9b68297bbd0.tar.gz gentoo-63b938782bd48c3b3be7dcec9f7ab9b68297bbd0.tar.bz2 gentoo-63b938782bd48c3b3be7dcec9f7ab9b68297bbd0.zip |
dev-python/ipywidgets: Port to py3.9
Signed-off-by: Michał Górny <mgorny@gentoo.org>
Diffstat (limited to 'dev-python/ipywidgets')
-rw-r--r-- | dev-python/ipywidgets/ipywidgets-7.5.1.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/dev-python/ipywidgets/ipywidgets-7.5.1.ebuild b/dev-python/ipywidgets/ipywidgets-7.5.1.ebuild index 018feabc8c5e..392387529694 100644 --- a/dev-python/ipywidgets/ipywidgets-7.5.1.ebuild +++ b/dev-python/ipywidgets/ipywidgets-7.5.1.ebuild @@ -3,7 +3,7 @@ EAPI=7 -PYTHON_COMPAT=( python3_{6,7} ) +PYTHON_COMPAT=( python3_{6..9} ) PYTHON_REQ_USE="threads(+)" inherit distutils-r1 |