diff options
author | Andrew Ammerlaan <andrewammerlaan@gentoo.org> | 2022-11-07 22:53:06 +0100 |
---|---|---|
committer | Andrew Ammerlaan <andrewammerlaan@gentoo.org> | 2022-11-07 22:53:45 +0100 |
commit | dbf7da6c5b9127ad12751ce7f2eadd77b8511d4a (patch) | |
tree | 7e28c05def729c5c84ff5c6646627c64c927f6a1 /dev-python/spyder-notebook | |
parent | dev-python/spyder-unittest: enable py3.11 (diff) | |
download | gentoo-dbf7da6c5b9127ad12751ce7f2eadd77b8511d4a.tar.gz gentoo-dbf7da6c5b9127ad12751ce7f2eadd77b8511d4a.tar.bz2 gentoo-dbf7da6c5b9127ad12751ce7f2eadd77b8511d4a.zip |
dev-python/spyder-notebook: enable py3.11
Signed-off-by: Andrew Ammerlaan <andrewammerlaan@gentoo.org>
Diffstat (limited to 'dev-python/spyder-notebook')
-rw-r--r-- | dev-python/spyder-notebook/spyder-notebook-0.4.0.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/dev-python/spyder-notebook/spyder-notebook-0.4.0.ebuild b/dev-python/spyder-notebook/spyder-notebook-0.4.0.ebuild index 4d32ebced7fc..7b27b26f804a 100644 --- a/dev-python/spyder-notebook/spyder-notebook-0.4.0.ebuild +++ b/dev-python/spyder-notebook/spyder-notebook-0.4.0.ebuild @@ -3,7 +3,7 @@ EAPI=8 -PYTHON_COMPAT=( python3_{8..10} ) +PYTHON_COMPAT=( python3_{8..11} ) # ERROR: Server components are missing!! Please run 'python setup.py sdist' first. # DISTUTILS_USE_PEP517=setuptools inherit distutils-r1 virtualx |