From 445fe3cd02e53a5e2442899d93493f49f71b9efd Mon Sep 17 00:00:00 2001 From: Andrew Ammerlaan Date: Thu, 12 Jan 2023 12:07:02 +0100 Subject: [PATCH] dev-python/spyder-terminal: disable py3.8, py3.9 Signed-off-by: Andrew Ammerlaan --- dev-python/spyder-terminal/spyder-terminal-1.2.2.ebuild | 4 ++-- 1 file 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 77e23d1f08a29..59a975a72e643 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