diff options
author | toonn <toonn@toonn.io> | 2021-07-17 23:26:02 +0200 |
---|---|---|
committer | toonn <toonn@toonn.io> | 2021-07-20 23:20:47 +0200 |
commit | c943fce9fc61b85d142e77148dd5b0b57d18f0ac (patch) | |
tree | d3e9e9816835b09e280277ba5dcbc9523e5e9a03 /.github/workflows | |
parent | 49a5dc13a7073db6cc0fc545c17c13cadcd70cdd (diff) | |
download | ranger-c943fce9fc61b85d142e77148dd5b0b57d18f0ac.tar.gz |
Actions: Drop 3.5 from linting because of old pylint
Diffstat (limited to '.github/workflows')
-rw-r--r-- | .github/workflows/python.yml | 2 |
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: |