Skip to content

Commit d5e6675

Browse files
chore(deps): update dependency python to 3.14
1 parent d8f3c90 commit d5e6675

File tree

4 files changed

+5
-5
lines changed

4 files changed

+5
-5
lines changed

.github/workflows/ci.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ jobs:
2020
- name: Install Python
2121
uses: actions/setup-python@v2
2222
with:
23-
python-version: '3.9'
23+
python-version: '3.14'
2424

2525
- name: Setup pip cache
2626
uses: actions/cache@v2
@@ -115,7 +115,7 @@ jobs:
115115
- name: Install Python
116116
uses: actions/setup-python@v2
117117
with:
118-
python-version: '3.9'
118+
python-version: '3.14'
119119

120120
- name: Setup pip cache
121121
uses: actions/cache@v2

.github/workflows/publish-runs-to-biosimulations.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ jobs:
3232
- name: Install Python
3333
uses: actions/setup-python@v2
3434
with:
35-
python-version: '3.9'
35+
python-version: '3.14'
3636

3737
- name: Setup pip cache
3838
uses: actions/cache@v2

.github/workflows/submit-runs-to-runbiosimulations-and-publish.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -75,7 +75,7 @@ jobs:
7575
- name: Install Python
7676
uses: actions/setup-python@v2
7777
with:
78-
python-version: '3.9'
78+
python-version: '3.14'
7979

8080
- name: Setup pip cache
8181
uses: actions/cache@v2

.github/workflows/verify-publication-to-biosimulations.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ jobs:
2727
- name: Install Python
2828
uses: actions/setup-python@v2
2929
with:
30-
python-version: '3.9'
30+
python-version: '3.14'
3131

3232
- name: Setup pip cache
3333
uses: actions/cache@v2

0 commit comments

Comments
 (0)