We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7196a75 commit f51d15bCopy full SHA for f51d15b
.circleci/config.yml
@@ -5,7 +5,7 @@ orbs:
5
jobs:
6
ensure_formatting:
7
docker:
8
- - image: cimg/python:3.13
+ - image: cimg/python:3.14
9
working_directory: ~/repo
10
steps:
11
- checkout
@@ -27,7 +27,7 @@ jobs:
27
template: basic_fail_1
28
test:
29
30
31
32
33
@@ -54,7 +54,7 @@ jobs:
54
build:
55
working_directory: ~/openaev-client
56
57
58
59
60
- run:
@@ -85,7 +85,7 @@ jobs:
85
deploy:
86
87
88
89
90
91
- attach_workspace:
0 commit comments