summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDavid Gilman <davidgilman1@gmail.com>2021-01-01 16:06:16 -0500
committerPierre Sassoulas <pierre.sassoulas@gmail.com>2021-02-16 07:53:15 +0100
commitcee9fd848246a6f4e575f6b3639c3e83daf79d24 (patch)
tree0be1eb24b5c752c1e933d1d4241bbccb2ffb3827
parent33f116601aae4fe0aafb74cc30e0dc10c23c0b68 (diff)
downloadpylint-git-cee9fd848246a6f4e575f6b3639c3e83daf79d24.tar.gz
Bump minimum required Python to 3.6
-rw-r--r--ChangeLog2
-rw-r--r--appveyor.yml3
-rw-r--r--doc/faq.rst2
-rw-r--r--doc/whatsnew/2.6.rst1
4 files changed, 7 insertions, 1 deletions
diff --git a/ChangeLog b/ChangeLog
index a12f631f6..84f0add2f 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,6 +1,8 @@
------------------
Pylint's ChangeLog
------------------
+* Python 3.6+ is now required.
+
* Bug fix for empty-comment message line number.
Closes #4009
diff --git a/appveyor.yml b/appveyor.yml
index bf3f73d91..4c92db21a 100644
--- a/appveyor.yml
+++ b/appveyor.yml
@@ -10,6 +10,9 @@ environment:
- PYTHON: "C:\\Python37"
TOXENV: "py37"
+ - PYTHON: "C:\\Python38"
+ TOXENV: "py38"
+
init:
- ps: echo $env:TOXENV
- ps: ls C:\Python*
diff --git a/doc/faq.rst b/doc/faq.rst
index 86f1e44e9..bb7f6618c 100644
--- a/doc/faq.rst
+++ b/doc/faq.rst
@@ -50,7 +50,7 @@ supported.
2.4 What versions of Python is Pylint supporting?
--------------------------------------------------
-The supported running environment since Pylint 2.X is Python 3.6+.
+The supported running environment since Pylint 2.7.X is Python 3.6+.
3. Running Pylint
diff --git a/doc/whatsnew/2.6.rst b/doc/whatsnew/2.6.rst
index cce1caa43..d8d542237 100644
--- a/doc/whatsnew/2.6.rst
+++ b/doc/whatsnew/2.6.rst
@@ -9,6 +9,7 @@
Summary -- Release highlights
=============================
+* Python 3.6+ is now required.
New checkers
============