diff options
author | 2023-01-12 12:04:36 +0100 | |
---|---|---|
committer | 2023-01-12 12:04:36 +0100 | |
commit | a5772b9b9fc915b0d151b6702bb3aea3e412d045 (patch) | |
tree | 0066edbc80436488527eb5b149873708769c5b4c /dev-python/spyder-vim | |
parent | media-libs/stops: bump to 0.4.0 (diff) | |
download | gentoo-a5772b9b9fc915b0d151b6702bb3aea3e412d045.tar.gz gentoo-a5772b9b9fc915b0d151b6702bb3aea3e412d045.tar.bz2 gentoo-a5772b9b9fc915b0d151b6702bb3aea3e412d045.zip |
dev-python/spyder-vim: disable py3.8, py3.9
Signed-off-by: Andrew Ammerlaan <andrewammerlaan@gentoo.org>
Diffstat (limited to 'dev-python/spyder-vim')
-rw-r--r-- | dev-python/spyder-vim/spyder-vim-0.1.0.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/dev-python/spyder-vim/spyder-vim-0.1.0.ebuild b/dev-python/spyder-vim/spyder-vim-0.1.0.ebuild index af892fe2ebed..cf7fcf952d11 100644 --- a/dev-python/spyder-vim/spyder-vim-0.1.0.ebuild +++ b/dev-python/spyder-vim/spyder-vim-0.1.0.ebuild @@ -1,10 +1,10 @@ -# Copyright 1999-2022 Gentoo Authors +# Copyright 1999-2023 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=8 DISTUTILS_USE_PEP517=setuptools -PYTHON_COMPAT=( python3_{8..11} ) +PYTHON_COMPAT=( python3_{10..11} ) inherit distutils-r1 virtualx |