about summary refs log tree commit diff stats
path: root/.github
diff options
context:
space:
mode:
authortoonn <toonn@toonn.io>2019-09-18 20:33:42 +0200
committertoonn <toonn@toonn.io>2019-09-18 20:33:42 +0200
commit63906912292494dd27ca3637b992d9970492f4fc (patch)
tree775fb66758168187ec6dce0b53e192457a14c766 /.github
parent3c739a3bd29b2d3dc2553c00115dc40f6966882c (diff)
downloadranger-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')
-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 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: