File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 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
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
You can’t perform that action at this time.
0 commit comments