diff options
author | Michał Górny <mgorny@gentoo.org> | 2021-07-01 19:38:46 +0200 |
---|---|---|
committer | Michał Górny <mgorny@gentoo.org> | 2021-07-01 19:53:44 +0200 |
commit | 0782f685b13e16312f489372c6af0ecbd6c1dd49 (patch) | |
tree | d81f919c2e52d63c1a246d96be8a0e835905c718 /dev-python/notebook | |
parent | dev-python/nbconvert: Port to py3.10 (diff) | |
download | gentoo-0782f685b13e16312f489372c6af0ecbd6c1dd49.tar.gz gentoo-0782f685b13e16312f489372c6af0ecbd6c1dd49.tar.bz2 gentoo-0782f685b13e16312f489372c6af0ecbd6c1dd49.zip |
dev-python/notebook: Port to py3.10
Signed-off-by: Michał Górny <mgorny@gentoo.org>
Diffstat (limited to 'dev-python/notebook')
-rw-r--r-- | dev-python/notebook/notebook-6.4.0.ebuild | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/dev-python/notebook/notebook-6.4.0.ebuild b/dev-python/notebook/notebook-6.4.0.ebuild index 12e1bda8f5db..0857038807a2 100644 --- a/dev-python/notebook/notebook-6.4.0.ebuild +++ b/dev-python/notebook/notebook-6.4.0.ebuild @@ -3,8 +3,7 @@ EAPI=7 -DISTUTILS_USE_SETUPTOOLS=rdepend -PYTHON_COMPAT=( python3_{7..9} ) +PYTHON_COMPAT=( python3_{8..10} ) PYTHON_REQ_USE="threads(+)" inherit distutils-r1 xdg-utils |