summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--.github/ISSUE_TEMPLATE/1_Bug_report.md3
-rw-r--r--README.rst8
2 files changed, 11 insertions, 0 deletions
diff --git a/.github/ISSUE_TEMPLATE/1_Bug_report.md b/.github/ISSUE_TEMPLATE/1_Bug_report.md
index 7bbe13351..3a7017df0 100644
--- a/.github/ISSUE_TEMPLATE/1_Bug_report.md
+++ b/.github/ISSUE_TEMPLATE/1_Bug_report.md
@@ -9,6 +9,9 @@ about: Report a bug in pylint
Before you submit this, make sure that the issue doesn't already exist
or if it is not closed.
+
+ Is your issue fixed on the preview release?: pip install pylint astroid --pre -U
+
-->
### Steps to reproduce
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``