summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndrew Ammerlaan <andrewammerlaan@gentoo.org>2023-01-12 12:07:53 +0100
committerAndrew Ammerlaan <andrewammerlaan@gentoo.org>2023-01-12 12:07:53 +0100
commitc14840e30162eed92e2bc9ed81cf1a431e349c3b (patch)
treeb4ce32baac4dfb714ebe289e4ad8a7194fc7d7b5 /dev-python/spyder-notebook
parentdev-python/spyder-terminal: add github upstream metadata (diff)
downloadgentoo-c14840e30162eed92e2bc9ed81cf1a431e349c3b.tar.gz
gentoo-c14840e30162eed92e2bc9ed81cf1a431e349c3b.tar.bz2
gentoo-c14840e30162eed92e2bc9ed81cf1a431e349c3b.zip
dev-python/spyder-notebook: disable py3.8, py3.9
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.ebuild4
1 files changed, 2 insertions, 2 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 7b27b26f804a..6bfac7c28690 100644
--- a/dev-python/spyder-notebook/spyder-notebook-0.4.0.ebuild
+++ b/dev-python/spyder-notebook/spyder-notebook-0.4.0.ebuild
@@ -1,9 +1,9 @@
-# Copyright 1999-2022 Gentoo Authors
+# Copyright 1999-2023 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=8
-PYTHON_COMPAT=( python3_{8..11} )
+PYTHON_COMPAT=( python3_{10..11} )
# ERROR: Server components are missing!! Please run 'python setup.py sdist' first.
# DISTUTILS_USE_PEP517=setuptools
inherit distutils-r1 virtualx