lint.yml: python 3.10

This commit is contained in:
Jérôme Duval
2023-09-19 10:35:33 +02:00
committed by GitHub
parent 7982faf80f
commit a67999e11f

View File

@@ -14,7 +14,7 @@ jobs:
os:
- ubuntu-22.04
python-version:
- '3.9'
- '3.10'
steps:
- name: 'Set up Python ${{ matrix.python-version }}'
uses: actions/setup-python@v2