We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3c66b13 commit 3d1e95fCopy full SHA for 3d1e95f
.circleci/config.yml
@@ -7,22 +7,22 @@ orbs:
7
executors:
8
python310:
9
docker:
10
- - image: python:3.10.19
+ - image: python:3.10.20
11
resource_class: small
12
13
python311:
14
15
- - image: python:3.11.14
+ - image: python:3.11.15
16
17
18
python312:
19
20
- - image: python:3.12.12
+ - image: python:3.12.13
21
22
23
python-integration:
24
25
26
environment:
27
GOOGLE_APPLICATION_CREDENTIALS: /key.json
28
0 commit comments