Skip to content

Commit fac4f60

Browse files
renovate[bot]SPPearce
authored andcommitted
Update dependency python to 3.13 (#8189)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent 70b934b commit fac4f60

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/actions/nf-test-action/action.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ runs:
3030
- name: Set up Python
3131
uses: actions/setup-python@8d9ed9ac5c53483de85588cdf95a591a75ab9f55 # v5
3232
with:
33-
python-version: "3.11"
33+
python-version: "3.13"
3434

3535
- name: Set up nf-test
3636
uses: nf-core/setup-nf-test@v1

.github/workflows/update-gpu-snapshot.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -70,7 +70,7 @@ jobs:
7070
- name: Set up Python
7171
uses: actions/setup-python@8d9ed9ac5c53483de85588cdf95a591a75ab9f55 # v5
7272
with:
73-
python-version: "3.11"
73+
python-version: "3.13"
7474

7575
- name: Set up nf-test
7676
uses: nf-core/setup-nf-test@v1

0 commit comments

Comments
 (0)