Skip to content

Commit 7123a7d

Browse files
authored
Merge pull request #66 from CCPBioSim/renovate/python-3.x
Update dependency python to v3.14.7
2 parents 95b6fef + 7046e4d commit 7123a7d

2 files changed

Lines changed: 4 additions & 4 deletions

File tree

.github/workflows/example_package_project-ci.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ jobs:
4646
- name: Set up Python 3.14
4747
uses: actions/setup-python@5fda3b95a4ea91299a34e894583c3862153e4b97 # v7.0.0
4848
with:
49-
python-version: 3.14.6
49+
python-version: 3.14.7
5050
- name: Install python dependencies
5151
run: |
5252
pip install --upgrade pip
@@ -62,7 +62,7 @@ jobs:
6262
- name: Set up Python 3.14
6363
uses: actions/setup-python@5fda3b95a4ea91299a34e894583c3862153e4b97 # v7.0.0
6464
with:
65-
python-version: 3.14.6
65+
python-version: 3.14.7
6666
- name: Install python dependencies
6767
run: |
6868
pip install --upgrade pip

.github/workflows/release.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ jobs:
2323
- name: Set up Python
2424
uses: actions/setup-python@5fda3b95a4ea91299a34e894583c3862153e4b97 # v7.0.0
2525
with:
26-
python-version: 3.14.6
26+
python-version: 3.14.7
2727

2828
- name: Get latest release from pip
2929
id: latestreleased
@@ -133,7 +133,7 @@ jobs:
133133
- name: Set up Python
134134
uses: actions/setup-python@5fda3b95a4ea91299a34e894583c3862153e4b97 # v7.0.0
135135
with:
136-
python-version: 3.14.6
136+
python-version: 3.14.7
137137

138138
- name: Install flit
139139
run: |

0 commit comments

Comments
 (0)