File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 2424 - name : Install python
2525 uses : actions/setup-python@v4
2626 with :
27- python-version : ' 3.10 '
27+ python-version : ' 3.14 '
2828 cache : ' pip' # caching pip dependencies
2929
3030 - name : Install python Dependencies
9595 - name : Install python
9696 uses : actions/setup-python@v4
9797 with :
98- python-version : ' 3.10 '
98+ python-version : ' 3.14 '
9999 cache : ' pip' # caching pip dependencies
100100
101101 - name : Install python Dependencies
@@ -174,7 +174,7 @@ jobs:
174174 - name : Install python
175175 uses : actions/setup-python@v4
176176 with :
177- python-version : ' 3.10 '
177+ python-version : ' 3.14 '
178178 cache : ' pip' # caching pip dependencies
179179
180180 - name : Install python Dependencies
@@ -253,7 +253,7 @@ jobs:
253253 - name : Install python
254254 uses : actions/setup-python@v4
255255 with :
256- python-version : ' 3.10 '
256+ python-version : ' 3.14 '
257257 cache : ' pip' # caching pip dependencies
258258
259259 - name : Install python Dependencies
@@ -326,7 +326,7 @@ jobs:
326326 - name : Install python
327327 uses : actions/setup-python@v4
328328 with :
329- python-version : ' 3.10 '
329+ python-version : ' 3.14 '
330330 cache : ' pip' # caching pip dependencies
331331
332332 - name : Install python Dependencies
You can’t perform that action at this time.
0 commit comments