We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 31e09b6 commit cac3c40Copy full SHA for cac3c40
pylsp_mypy/_version.py
@@ -1 +1 @@
1
-__version__ = "0.6.9"
+__version__ = "0.7.0"
setup.cfg
@@ -10,14 +10,14 @@ classifiers =
10
Intended Audience :: Developers
11
Topic :: Software Development
12
License :: OSI Approved :: MIT License
13
- Programming Language :: Python :: 3.8
14
Programming Language :: Python :: 3.9
15
Programming Language :: Python :: 3.10
16
Programming Language :: Python :: 3.11
17
Programming Language :: Python :: 3.12
+ Programming Language :: Python :: 3.13
18
19
[options]
20
-python_requires = >= 3.8
+python_requires = >= 3.9
21
packages = find:
22
install_requires =
23
python-lsp-server >=1.7.0
0 commit comments