mirror of https://github.com/DJ2LS/FreeDATA.git
updated python to 3.11
parent
8b5a0d9c02
commit
18f4f699f4
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Reference in New Issue