Skip to content

Commit f51d15b

Browse files
Update cimg/python Docker tag to v3.14
1 parent 7196a75 commit f51d15b

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

.circleci/config.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ orbs:
55
jobs:
66
ensure_formatting:
77
docker:
8-
- image: cimg/python:3.13
8+
- image: cimg/python:3.14
99
working_directory: ~/repo
1010
steps:
1111
- checkout
@@ -27,7 +27,7 @@ jobs:
2727
template: basic_fail_1
2828
test:
2929
docker:
30-
- image: cimg/python:3.13
30+
- image: cimg/python:3.14
3131
working_directory: ~/repo
3232
steps:
3333
- checkout
@@ -54,7 +54,7 @@ jobs:
5454
build:
5555
working_directory: ~/openaev-client
5656
docker:
57-
- image: cimg/python:3.13
57+
- image: cimg/python:3.14
5858
steps:
5959
- checkout
6060
- run:
@@ -85,7 +85,7 @@ jobs:
8585
deploy:
8686
working_directory: ~/openaev-client
8787
docker:
88-
- image: cimg/python:3.13
88+
- image: cimg/python:3.14
8989
steps:
9090
- checkout
9191
- attach_workspace:

0 commit comments

Comments
 (0)