python: lint workflow python version fix

This commit is contained in:
sshakndr
2023-11-27 17:36:21 +07:00
parent 969240ad53
commit d397db61cd

View File

@ -21,7 +21,7 @@ jobs:
- name: Set up Python
uses: actions/setup-python@v4
with:
python-version: '3.10'
python-version: '3.11'
- name: Install Dependencies
run: |