summaryrefslogtreecommitdiff
path: root/README.rst
diff options
context:
space:
mode:
authorBryce Guinta <bryce.guinta@protonmail.com>2018-07-04 00:25:35 -0600
committerClaudiu Popa <pcmanticore@gmail.com>2018-07-04 08:25:35 +0200
commitbceb1d6d6590ec02ebcd51f3203784a94a07482e (patch)
tree4b508aeeae3864a0f815bad4f72af56ed9de1a2d /README.rst
parent53ce14d1dca4624b50b665160ac90777adf77b9e (diff)
downloadpylint-git-bceb1d6d6590ec02ebcd51f3203784a94a07482e.tar.gz
Add note about prerelease in readme and github template (#2248)
* Add note about preview release in github template * Add note about preview release supporting 3.7 in readme
Diffstat (limited to 'README.rst')
-rw-r--r--README.rst8
1 files changed, 8 insertions, 0 deletions
diff --git a/README.rst b/README.rst
index 9b222b3cf..66bd6104d 100644
--- a/README.rst
+++ b/README.rst
@@ -79,3 +79,11 @@ Pylint is shipped with following additional commands:
* pyreverse: an UML diagram generator
* symilar: an independent similarities checker
* epylint: Emacs and Flymake compatible Pylint
+
+
+Note
+----
+
+Python 3.7 support is currently available on the preview release:
+
+``pip install pylint astroid --pre -U``