about summary refs log tree commit diff stats
path: root/.github
diff options
context:
space:
mode:
authortoonn <toonn@toonn.io>2021-07-17 23:26:02 +0200
committertoonn <toonn@toonn.io>2021-07-20 23:20:47 +0200
commitc943fce9fc61b85d142e77148dd5b0b57d18f0ac (patch)
treed3e9e9816835b09e280277ba5dcbc9523e5e9a03 /.github
parent49a5dc13a7073db6cc0fc545c17c13cadcd70cdd (diff)
downloadranger-c943fce9fc61b85d142e77148dd5b0b57d18f0ac.tar.gz
Actions: Drop 3.5 from linting because of old pylint
Diffstat (limited to '.github')
-rw-r--r--.github/workflows/python.yml2
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/python.yml b/.github/workflows/python.yml
index 1033bf32..1964a005 100644
--- a/.github/workflows/python.yml
+++ b/.github/workflows/python.yml
@@ -16,7 +16,7 @@ jobs:
     strategy:
       max-parallel: 4
       matrix:
-        python-version: [3.5, 3.6, 3.7, 3.8, 3.9]
+        python-version: [3.6, 3.7, 3.8, 3.9]
     env:
       TERM: dumb
     steps: