summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndrew Ammerlaan <andrewammerlaan@gentoo.org>2023-01-12 12:12:42 +0100
committerAndrew Ammerlaan <andrewammerlaan@gentoo.org>2023-01-12 12:12:42 +0100
commitc2e75aa72b40a1c5c4260b827576d108f289b0e4 (patch)
treed1f9629e5011b2f7228fa822a86b5ae8feeffc93 /dev-python/pyls-spyder
parentdev-python/spyder-kernels: drop 2.4.0 (diff)
downloadgentoo-c2e75aa72b40a1c5c4260b827576d108f289b0e4.tar.gz
gentoo-c2e75aa72b40a1c5c4260b827576d108f289b0e4.tar.bz2
gentoo-c2e75aa72b40a1c5c4260b827576d108f289b0e4.zip
dev-python/pyls-spyder: disable py3.8, py3.9
Signed-off-by: Andrew Ammerlaan <andrewammerlaan@gentoo.org>
Diffstat (limited to 'dev-python/pyls-spyder')
-rw-r--r--dev-python/pyls-spyder/pyls-spyder-0.4.0-r2.ebuild4
1 files changed, 2 insertions, 2 deletions
diff --git a/dev-python/pyls-spyder/pyls-spyder-0.4.0-r2.ebuild b/dev-python/pyls-spyder/pyls-spyder-0.4.0-r2.ebuild
index 784484c1720f..43cd5c7e8583 100644
--- a/dev-python/pyls-spyder/pyls-spyder-0.4.0-r2.ebuild
+++ b/dev-python/pyls-spyder/pyls-spyder-0.4.0-r2.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