Skip to content

Commit ca90afb

Browse files
Update cimg/python Docker tag to v3.14
1 parent b00db69 commit ca90afb

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.circleci/config.yml

Lines changed: 2 additions & 2 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
@@ -41,7 +41,7 @@ jobs:
4141
test:
4242
working_directory: ~/openaev
4343
docker:
44-
- image: cimg/python:3.13
44+
- image: cimg/python:3.14
4545
steps:
4646
- checkout
4747
- setup_remote_docker

0 commit comments

Comments
 (0)