Skip to content

Commit b5deee2

Browse files
committed
new version requirement
1 parent 753bc77 commit b5deee2

File tree

2 files changed

+5
-6
lines changed

2 files changed

+5
-6
lines changed

README.rst

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ Mypy plugin for PYLS
99

1010
This is a plugin for the Palantir's Python Language Server (https://github.com/palantir/python-language-server)
1111

12-
It, like mypy, requires Python 3.2 or newer.
12+
It, like mypy, requires Python 3.6 or newer.
1313

1414

1515
Installation
@@ -31,7 +31,7 @@ Depending on your editor, the configuration (found in a file called mypy-ls.cfg
3131
::
3232

3333
{
34-
"enabled": True,
35-
"live_mode": True,
36-
"strict": False
34+
"enabled": True,
35+
"live_mode": True,
36+
"strict": False
3737
}

setup.cfg

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,13 +10,12 @@ classifiers =
1010
Intended Audience :: Developers
1111
Topic :: Software Development
1212
License :: OSI Approved :: MIT License
13-
Programming Language :: Python :: 3.5
1413
Programming Language :: Python :: 3.6
1514
Programming Language :: Python :: 3.7
1615
Programming Language :: Python :: 3.8
1716

1817
[options]
19-
python_requires = >= 3.5
18+
python_requires = >= 3.6
2019
packages = find:
2120
install_requires =
2221
python-language-server<0.32.0

0 commit comments

Comments
 (0)