File tree Expand file tree Collapse file tree 3 files changed +4
-4
lines changed Expand file tree Collapse file tree 3 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -110,7 +110,7 @@ jobs:
110110 - name : Switch to using Python 3.13 by default
111111 uses : actions/setup-python@a26af69be951a213d495a4c3e4e4022e16d87065 # v5.6.0
112112 with :
113- python-version : 3.13
113+ python-version : 3.14
114114 - name : Check out src from Git
115115 uses : actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
116116 with :
@@ -280,7 +280,7 @@ jobs:
280280 - name : Switch to using Python 3.13
281281 uses : actions/setup-python@a26af69be951a213d495a4c3e4e4022e16d87065 # v5.6.0
282282 with :
283- python-version : 3.13
283+ python-version : 3.14
284284
285285 - name : Grab the source from Git
286286 uses : actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
Original file line number Diff line number Diff line change 6363 # Skip terraform_tflint which interferes to commit pre-commit auto-fixes
6464 - uses : actions/setup-python@a26af69be951a213d495a4c3e4e4022e16d87065 # v5.6.0
6565 with :
66- python-version : ' 3.13 '
66+ python-version : ' 3.14 '
6767
6868 - name : Execute pre-commit
6969 uses : pre-commit/action@2c7b3805fd2a0fd8c1884dcaebf91fc102a13ecd # v3.0.1
Original file line number Diff line number Diff line change 1- FROM python:3.12 -alpine@sha256:02a73ead8397e904cea6d17e18516f1df3590e05dc8823bd5b1c7f849227d272 AS python_base
1+ FROM python:3.14 -alpine@sha256:8373231e1e906ddfb457748bfc032c4c06ada8c759b7b62d9c73ec2a3c56e710 AS python_base
22
33FROM python_base AS builder
44ARG TARGETOS
You can’t perform that action at this time.
0 commit comments