ci: pylint workflow python version bumped to 3.10

This commit is contained in:
Fabian Joswig 2022-11-16 10:46:19 +00:00
parent b8da9eaaa0
commit e6a84678bb
No known key found for this signature in database

View file

@ -17,7 +17,7 @@ jobs:
- name: Set up Python environment
uses: actions/setup-python@v1
with:
python-version: "3.8"
python-version: "3.10"
- name: flake8 Lint
uses: py-actions/flake8@v1
with: