From 503dfc4ad6cf03c31cfaef30e9b97af551e42cce Mon Sep 17 00:00:00 2001 From: Andrew Ammerlaan Date: Sun, 12 Sep 2021 10:15:12 +0200 Subject: dev-python/debugpy: disable py3.10 pydevd (bundled by this version of debugpy) does not work with python3.10 yet (next release will though) Package-Manager: Portage-3.0.23, Repoman-3.0.3 Signed-off-by: Andrew Ammerlaan --- dev-python/debugpy/debugpy-1.4.1.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'dev-python/debugpy') diff --git a/dev-python/debugpy/debugpy-1.4.1.ebuild b/dev-python/debugpy/debugpy-1.4.1.ebuild index 096d5d66653c..9e2e9b284cd9 100644 --- a/dev-python/debugpy/debugpy-1.4.1.ebuild +++ b/dev-python/debugpy/debugpy-1.4.1.ebuild @@ -3,7 +3,7 @@ EAPI=8 -PYTHON_COMPAT=( python3_{8..10} ) +PYTHON_COMPAT=( python3_{8..9} ) inherit distutils-r1 -- cgit v1.2.3