Skip to content

Commit ed1b351

Browse files
committed
NPA-6074: Update python version in CI/CD
1 parent 6ce3f08 commit ed1b351

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

.github/workflows/continuous-integration.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,10 +12,10 @@ jobs:
1212
with:
1313
fetch-depth: 0 # This causes all history to be fetched, which is required for calculate-version to function
1414

15-
- name: Install Python 3.8
15+
- name: Install Python 3.13
1616
uses: actions/setup-python@v6
1717
with:
18-
python-version: 3.8
18+
python-version: 3.13
1919

2020
- name: Upgrade python pip
2121
run: python -m pip install --upgrade pip

.github/workflows/openapi-validate.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@ jobs:
5252
- name: Set up Python
5353
uses: actions/setup-python@v6
5454
with:
55-
python-version: 3.9
55+
python-version: 3.13
5656

5757
- name: Install Poetry
5858
shell: bash

.github/workflows/sandbox-checks.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ jobs:
1010
run: pipx install poetry
1111
- uses: actions/setup-python@v6
1212
with:
13-
python-version: "3.8"
13+
python-version: "3.13"
1414
cache: "poetry"
1515
- name: Install Sandbox dependencies
1616
run: make install

0 commit comments

Comments
 (0)