Skip to content

Commit fa3af56

Browse files
Update dependency python to 3.14
1 parent 2717af3 commit fa3af56

1 file changed

Lines changed: 5 additions & 5 deletions

File tree

.github/workflows/workflow-esa-challenge.yaml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ jobs:
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
@@ -95,7 +95,7 @@ jobs:
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

0 commit comments

Comments
 (0)