update python version

This commit is contained in:
Ylarod
2024-05-25 10:11:45 +08:00
parent f8fc2b2b3d
commit 06c9764ec5

View File

@@ -124,10 +124,10 @@ jobs:
ndk-version: r25c
local-cache: true
- name: Set up Python 3.8
- name: Set up Python 3.9
uses: actions/setup-python@v4
with:
python-version: 3.8
python-version: 3.9
- name: install dependencies
run: |