Parcourir la source

github: remove lint jobs for unsupported python versions

Ivan Grokhotkov il y a 4 ans
Parent
commit
036aae0a2c
1 fichiers modifiés avec 1 ajouts et 1 suppressions
  1. 1 1
      .github/workflows/python_lint.yml

+ 1 - 1
.github/workflows/python_lint.yml

@@ -13,7 +13,7 @@ jobs:
     runs-on: ubuntu-latest
     strategy:
       matrix:
-        python-version: [2.7, 3.5, 3.6, 3.7, 3.8]
+        python-version: [3.6, 3.7, 3.8]
 
     steps:
       - name: Checkout