dev-python/python-lsp-mypy: add 0.7.0, drop 0.6.9

Added compatibility with Python 3.13.

Signed-off-by: Moritz Brunner <moritz.brunner+gentoo@posteo.de>
This commit is contained in:
Moritz Brunner
2025-01-25 17:43:26 +01:00
parent fbd7785ebd
commit 3a2364d9e3
2 changed files with 2 additions and 2 deletions

View File

@@ -1 +1 @@
DIST python-lsp-mypy-0.6.9.gh.tar.gz 14650 BLAKE2B ce71c8b87e98a867c18e9e87855beb6edc7bc9816b6855cc52265cd5323cbcd04121792d2fee246c90eb739f7d7b26cfbc2b475b1edecbff32cf89e4054866f6 SHA512 a1451967b73f14d12600bc3a466ac44b3a2d53981420b01655e6af222a2c34ad5f46c95eb6c6cbb8be633d914aefe76a334df558620d59c5d3817cde60fdf94d
DIST python-lsp-mypy-0.7.0.gh.tar.gz 15973 BLAKE2B eb275e334dba2975011893f61a3edf04f988d21577b47c91bb28bd8d307c72be0ec47b6b45c460f4c7a0fd3f879225c861eb6885e5e45175b9565f9b288b6d00 SHA512 fa25bd2d36bb2d4bdbacef01b40f04a7c11f87a476cff0c034215f164735e9f377ba4268a3019002a1610cbe60c22a5b8ce8b54d9cb333d6d3f177476c075c20

View File

@@ -4,7 +4,7 @@
EAPI=8
DISTUTILS_USE_PEP517=setuptools
PYTHON_COMPAT=( python3_{10..12})
PYTHON_COMPAT=( python3_{10..13})
MY_PN="pylsp-mypy"