diff options
author | toonn <toonn@toonn.io> | 2019-09-18 20:33:42 +0200 |
---|---|---|
committer | toonn <toonn@toonn.io> | 2019-09-18 20:33:42 +0200 |
commit | 63906912292494dd27ca3637b992d9970492f4fc (patch) | |
tree | 775fb66758168187ec6dce0b53e192457a14c766 /.github/workflows | |
parent | 3c739a3bd29b2d3dc2553c00115dc40f6966882c (diff) | |
download | ranger-63906912292494dd27ca3637b992d9970492f4fc.tar.gz |
Drop py3.7
Temporarily drop python 3.7 from the workflow because it's not compatible with `pylint<2`.
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 6e872db5..3dd1b765 100644 --- a/.github/workflows/python.yml +++ b/.github/workflows/python.yml @@ -12,7 +12,7 @@ jobs: strategy: max-parallel: 4 matrix: - python-version: [2.7, 3.5, 3.6, 3.7] + python-version: [2.7, 3.5, 3.6] steps: - uses: actions/checkout@v1 with: |