Skip to content

Commit 43a3694

Browse files
chore(deps): update dependency python to v3.14.0
[skip pre-commit.ci]
1 parent 7975b6b commit 43a3694

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

.devcontainer/devcontainer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
"ghcr.io/devcontainers/features/git-lfs:1": {},
1616
"ghcr.io/devcontainers/features/github-cli:1": {},
1717
"ghcr.io/devcontainers/features/python:1": {
18-
"version": "3.12"
18+
"version": "3.14"
1919
}
2020
},
2121
// Use 'forwardPorts' to make a list of ports inside the container available locally.

.github/workflows/ci.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -92,7 +92,7 @@ jobs:
9292
- name: set up python 3
9393
uses: actions/setup-python@0b93645e9fea7318ecaed2b359559ac225c90a2b # v5
9494
with:
95-
python-version: "3.10"
95+
python-version: "3.14"
9696

9797
- name: Install yamllint package.
9898
run: pip3 install "yamllint==1.*"
@@ -151,7 +151,7 @@ jobs:
151151
- name: set up python 3
152152
uses: actions/setup-python@0b93645e9fea7318ecaed2b359559ac225c90a2b # v5
153153
with:
154-
python-version: "3.10"
154+
python-version: "3.14"
155155

156156
- name: setup/activate pre-commit cache
157157
uses: actions/cache@5a3ec84eff668545956fd18022155c47e93e2684 # v4

0 commit comments

Comments
 (0)