Skip to content

Commit b1368a7

Browse files
Update dependency python to 3.14
1 parent 19479e3 commit b1368a7

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/cd.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ jobs:
4545
- name: Set up Python
4646
uses: actions/setup-python@v5
4747
with:
48-
python-version: '3.13'
48+
python-version: '3.14'
4949

5050
- name: Install nava-platform CLI
5151
run: pipx install --python "$(which python)" git+https://github.com/navapbc/platform-cli

.github/workflows/create-or-update-test-pr.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ jobs:
4040
- name: Set up Python
4141
uses: actions/setup-python@v5
4242
with:
43-
python-version: '3.13'
43+
python-version: '3.14'
4444

4545
- name: Install nava-platform CLI
4646
run: pipx install --python "$(which python)" git+https://github.com/navapbc/platform-cli

0 commit comments

Comments
 (0)