Skip to content

Commit d9ba90a

Browse files
authored
Merge pull request #130 from CHIMEFRB/update-gha-python-version
ci/cd(python version): bumped to 3.13 for tasks
2 parents 0b50d79 + 0efe44a commit d9ba90a

2 files changed

Lines changed: 5 additions & 5 deletions

File tree

.github/workflows/continuous-deployment.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -20,11 +20,11 @@ jobs:
2020
with:
2121
fetch-depth: 1
2222

23-
- name: Set up Python 3.9
23+
- name: Set up Python 3.13
2424
if: ${{ steps.release-please.outputs.release_created }}
2525
uses: actions/setup-python@v2
2626
with:
27-
python-version: 3.9
27+
python-version: 3.13
2828

2929
- name: Install poetry
3030
if: ${{ steps.release-please.outputs.release_created }}

.github/workflows/continuous-integration.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -17,10 +17,10 @@ jobs:
1717
steps:
1818
- uses: actions/checkout@v3
1919

20-
- name: Set up Python 3.9
21-
uses: actions/setup-python@v4
20+
- name: Set up Python 3.13
21+
uses: actions/setup-python@v6
2222
with:
23-
python-version: 3.9
23+
python-version: 3.13
2424

2525
- name: Linting
2626
run: |

0 commit comments

Comments
 (0)