Skip to content

Commit cac3c40

Browse files
committed
version bump
1 parent 31e09b6 commit cac3c40

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

pylsp_mypy/_version.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
__version__ = "0.6.9"
1+
__version__ = "0.7.0"

setup.cfg

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,14 +10,14 @@ classifiers =
1010
Intended Audience :: Developers
1111
Topic :: Software Development
1212
License :: OSI Approved :: MIT License
13-
Programming Language :: Python :: 3.8
1413
Programming Language :: Python :: 3.9
1514
Programming Language :: Python :: 3.10
1615
Programming Language :: Python :: 3.11
1716
Programming Language :: Python :: 3.12
17+
Programming Language :: Python :: 3.13
1818

1919
[options]
20-
python_requires = >= 3.8
20+
python_requires = >= 3.9
2121
packages = find:
2222
install_requires =
2323
python-lsp-server >=1.7.0

0 commit comments

Comments
 (0)