diff options
author | Andrew Ammerlaan <andrewammerlaan@gentoo.org> | 2022-11-08 10:27:12 +0100 |
---|---|---|
committer | Andrew Ammerlaan <andrewammerlaan@gentoo.org> | 2022-11-08 13:52:50 +0100 |
commit | 9219548533a8129e9611255efe6b5bb5a5509d24 (patch) | |
tree | 88fc2977c40e9f7e2b64367dca7cf54d572dfb7f /dev-python/spyder-terminal | |
parent | games-emulation/melonds: do not use CMake ccache detection (diff) | |
download | gentoo-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')
-rw-r--r-- | dev-python/spyder-terminal/spyder-terminal-1.2.2.ebuild | 2 |
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 |