summaryrefslogtreecommitdiff
path: root/appveyor.yml
diff options
context:
space:
mode:
authorMarc Mueller <30130371+cdce8p@users.noreply.github.com>2021-02-12 15:40:40 +0100
committerPierre Sassoulas <pierre.sassoulas@gmail.com>2021-02-15 14:34:46 +0100
commit005cf2f317144f6503cfc8d00fbe6a201d0a8b8f (patch)
tree3f3943514f263d85e96e5952ae3f220878462460 /appveyor.yml
parentfada206eef6349280c45b27e48b62c1c309c89c6 (diff)
downloadpylint-git-005cf2f317144f6503cfc8d00fbe6a201d0a8b8f.tar.gz
Drop support for Python 3.5 to fix typing
* Variable annotation (PEP 526) requires Python 3.6
Diffstat (limited to 'appveyor.yml')
-rw-r--r--appveyor.yml3
1 files changed, 0 insertions, 3 deletions
diff --git a/appveyor.yml b/appveyor.yml
index c376d0b11..bf3f73d91 100644
--- a/appveyor.yml
+++ b/appveyor.yml
@@ -4,9 +4,6 @@ cache:
- 'C:\\tmp'
environment:
matrix:
- - PYTHON: "C:\\Python35"
- TOXENV: "py35"
-
- PYTHON: "C:\\Python36"
TOXENV: "py36"