Remove python 3.6 github style checking

This commit is contained in:
elapouya 2023-01-07 14:05:32 +01:00
parent 724623671c
commit e3b40ec959

View File

@ -7,7 +7,7 @@ jobs:
runs-on: ubuntu-latest
strategy:
matrix:
python-version: ['3.6', '3.7', '3.8', '3.9', '3.10']
python-version: ['3.7', '3.8', '3.9', '3.10']
steps:
- uses: actions/checkout@v2
- name: Set up Python ${{ matrix.python-version }}