summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndrew Ammerlaan <andrewammerlaan@gentoo.org>2023-01-12 12:07:02 +0100
committerAndrew Ammerlaan <andrewammerlaan@gentoo.org>2023-01-12 12:07:02 +0100
commit445fe3cd02e53a5e2442899d93493f49f71b9efd (patch)
treed714a7c07f09b88d65e6da70ddc1ca86c6496e66
parentdev-python/spyder-unittest: add github upstream metadata (diff)
downloadgentoo-445fe3cd02e53a5e2442899d93493f49f71b9efd.tar.gz
gentoo-445fe3cd02e53a5e2442899d93493f49f71b9efd.tar.bz2
gentoo-445fe3cd02e53a5e2442899d93493f49f71b9efd.zip
dev-python/spyder-terminal: disable py3.8, py3.9
Signed-off-by: Andrew Ammerlaan <andrewammerlaan@gentoo.org>
-rw-r--r--dev-python/spyder-terminal/spyder-terminal-1.2.2.ebuild4
1 files changed, 2 insertions, 2 deletions
diff --git a/dev-python/spyder-terminal/spyder-terminal-1.2.2.ebuild b/dev-python/spyder-terminal/spyder-terminal-1.2.2.ebuild
index 77e23d1f08a2..59a975a72e64 100644
--- a/dev-python/spyder-terminal/spyder-terminal-1.2.2.ebuild
+++ b/dev-python/spyder-terminal/spyder-terminal-1.2.2.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} )
DISTUTILS_USE_PEP517=setuptools
inherit distutils-r1