update to python 3.11

This commit is contained in:
DJ2LS 2023-01-20 16:16:18 +01:00
parent 7326f871e5
commit 440fda917a

View file

@ -225,10 +225,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