update python version for win arm

This commit is contained in:
cwilvx
2025-05-09 12:42:19 +03:00
parent 86b6122e3a
commit 1cc0118daa
+2 -2
View File
@@ -67,10 +67,10 @@ jobs:
yarn install
yarn build --outDir ../client
cd ..
- name: Install Python 3.10.11
- name: Install Python 3.11
uses: actions/setup-python@v2
with:
python-version: "3.10.11"
python-version: "3.11.x"
- name: Create virtualenv
run: |
python -m venv .venv