summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndrew Ammerlaan <andrewammerlaan@gentoo.org>2022-11-08 10:27:12 +0100
committerAndrew Ammerlaan <andrewammerlaan@gentoo.org>2022-11-08 13:52:50 +0100
commit9219548533a8129e9611255efe6b5bb5a5509d24 (patch)
tree88fc2977c40e9f7e2b64367dca7cf54d572dfb7f /dev-python/spyder-terminal/spyder-terminal-1.2.2.ebuild
parentgames-emulation/melonds: do not use CMake ccache detection (diff)
downloadgentoo-9219548533a8129e9611255efe6b5bb5a5509d24.tar.gz
gentoo-9219548533a8129e9611255efe6b5bb5a5509d24.tar.bz2
gentoo-9219548533a8129e9611255efe6b5bb5a5509d24.zip
dev-python/spyder-terminal: enable py3.11
Signed-off-by: Andrew Ammerlaan <andrewammerlaan@gentoo.org>
Diffstat (limited to 'dev-python/spyder-terminal/spyder-terminal-1.2.2.ebuild')
-rw-r--r--dev-python/spyder-terminal/spyder-terminal-1.2.2.ebuild2
1 files changed, 1 insertions, 1 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 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