lint.yml: python 3.9

This commit is contained in:
Jérôme Duval
2023-05-16 14:21:27 +02:00
committed by GitHub
parent de94305396
commit ce2636e607

View File

@@ -12,9 +12,9 @@ jobs:
strategy:
matrix:
os:
- ubuntu-20.04
- ubuntu-22.04
python-version:
- '3.7'
- '3.9'
steps:
- name: 'Set up Python ${{ matrix.python-version }}'
uses: actions/setup-python@v2