Skip to content

Commit 51613ee

Browse files
Update dependency python to 3.13
1 parent 2091e53 commit 51613ee

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
@@ -22,7 +22,7 @@ jobs:
2222
- name: Install python
2323
uses: actions/setup-python@v4
2424
with:
25-
python-version: '3.10'
25+
python-version: '3.13'
2626
cache: 'pip' # caching pip dependencies
2727

2828
- name: Install python Dependencies
@@ -92,7 +92,7 @@ jobs:
9292
- name: Install python
9393
uses: actions/setup-python@v4
9494
with:
95-
python-version: '3.10'
95+
python-version: '3.13'
9696
cache: 'pip' # caching pip dependencies
9797

9898
- name: Install python Dependencies
@@ -170,7 +170,7 @@ jobs:
170170
- name: Install python
171171
uses: actions/setup-python@v4
172172
with:
173-
python-version: '3.10'
173+
python-version: '3.13'
174174
cache: 'pip' # caching pip dependencies
175175

176176
- name: Install python Dependencies
@@ -248,7 +248,7 @@ jobs:
248248
- name: Install python
249249
uses: actions/setup-python@v4
250250
with:
251-
python-version: '3.10'
251+
python-version: '3.13'
252252
cache: 'pip' # caching pip dependencies
253253

254254
- name: Install python Dependencies
@@ -316,7 +316,7 @@ jobs:
316316
- name: Install python
317317
uses: actions/setup-python@v4
318318
with:
319-
python-version: '3.10'
319+
python-version: '3.13'
320320
cache: 'pip' # caching pip dependencies
321321

322322
- name: Install python Dependencies

0 commit comments

Comments
 (0)