diff options
Diffstat (limited to 'dev-python/debugpy/debugpy-1.5.1.ebuild')
-rw-r--r-- | dev-python/debugpy/debugpy-1.5.1.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/dev-python/debugpy/debugpy-1.5.1.ebuild b/dev-python/debugpy/debugpy-1.5.1.ebuild index 8c11cbf4f6e0..ab764a291aae 100644 --- a/dev-python/debugpy/debugpy-1.5.1.ebuild +++ b/dev-python/debugpy/debugpy-1.5.1.ebuild @@ -3,7 +3,7 @@ EAPI=8 -PYTHON_COMPAT=( python3_{8..10} ) +PYTHON_COMPAT=( python3_{8..11} ) inherit distutils-r1 DESCRIPTION="An implementation of the Debug Adapter Protocol for Python" |