From bceb1d6d6590ec02ebcd51f3203784a94a07482e Mon Sep 17 00:00:00 2001 From: Bryce Guinta Date: Wed, 4 Jul 2018 00:25:35 -0600 Subject: 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 --- README.rst | 8 ++++++++ 1 file changed, 8 insertions(+) (limited to 'README.rst') 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`` -- cgit v1.2.1