From 9219548533a8129e9611255efe6b5bb5a5509d24 Mon Sep 17 00:00:00 2001 From: Andrew Ammerlaan Date: Tue, 8 Nov 2022 10:27:12 +0100 Subject: dev-python/spyder-terminal: enable py3.11 Signed-off-by: Andrew Ammerlaan --- dev-python/spyder-terminal/spyder-terminal-1.2.2.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'dev-python/spyder-terminal') 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 bd6f33dc05fb..77e23d1f08a2 100644 --- a/dev-python/spyder-terminal/spyder-terminal-1.2.2.ebuild +++ b/dev-python/spyder-terminal/spyder-terminal-1.2.2.ebuild @@ -3,7 +3,7 @@ EAPI=8 -PYTHON_COMPAT=( python3_{8..10} ) +PYTHON_COMPAT=( python3_{8..11} ) DISTUTILS_USE_PEP517=setuptools inherit distutils-r1 -- cgit v1.2.3-65-gdbad