Skip to content

Commit e9a080d

Browse files
Update Python language to v3.14.6
1 parent da0f08c commit e9a080d

3 files changed

Lines changed: 3 additions & 3 deletions

File tree

.github/actions/setup-cli/action.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ runs:
1313
- name: Set up Python
1414
uses: actions/setup-python@5fda3b95a4ea91299a34e894583c3862153e4b97 # v7
1515
with:
16-
python-version: '3.13'
16+
python-version: '3.14'
1717

1818
- name: Install nava-platform CLI
1919
shell: bash

.python-version

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
3.12
1+
3.14

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# Make sure PYTHON_VERSION matches the value in .python-version
22
# renovate: datasource=python-version depName=python
3-
ARG PYTHON_VERSION=3.12
3+
ARG PYTHON_VERSION=3.14
44

55
FROM ghcr.io/astral-sh/uv:python$PYTHON_VERSION-trixie-slim@sha256:519357e414a4240af8b3ac657466c20f9d6041b5a3ce999d96fa9d576ef7fd29
66

0 commit comments

Comments
 (0)