updated python to 3.11

pull/464/head
DJ2LS 2023-08-04 09:25:46 +02:00
parent 8b5a0d9c02
commit 18f4f699f4
1 changed files with 2 additions and 2 deletions

View File

@ -222,10 +222,10 @@ jobs:
with:
repository: DJ2LS/FreeDATA
- name: Set up Python 3.10
- name: Set up Python 3.11
uses: actions/setup-python@v4
with:
python-version: "3.10"
python-version: "3.11"
- name: Install Node.js, NPM and Yarn
uses: actions/setup-node@v3