ci(docs): bump Python version to 3.10

See https://github.com/lvgl/lvgl/pull/4129#issuecomment-1525649438
This commit is contained in:
Gabor Kiss-Vamosi
2023-04-27 19:48:49 +02:00
committed by GitHub
parent b1df744538
commit d32909c266

View File

@@ -21,7 +21,7 @@ jobs:
- name: Setup Python
uses: actions/setup-python@v1
with:
python-version: 3.7
python-version: 3.10
- name: Cache Python packages
uses: actions/cache@v2
with: