github: remove lint jobs for unsupported python versions

pull/7554/head
Ivan Grokhotkov 2021-09-01 19:39:17 +02:00
rodzic e93cee4605
commit 036aae0a2c
1 zmienionych plików z 1 dodań i 1 usunięć

Wyświetl plik

@ -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