We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 359986e commit 5d2e5e4Copy full SHA for 5d2e5e4
.circleci/config.yml
@@ -7,27 +7,27 @@ orbs:
7
executors:
8
python39:
9
docker:
10
- - image: python:3.9.19
+ - image: python:3.9.21
11
resource_class: small
12
13
python310:
14
15
- - image: python:3.10.14
+ - image: python:3.10.16
16
17
18
python311:
19
20
- - image: python:3.11.9
+ - image: python:3.11.11
21
22
23
python312:
24
25
- - image: python:3.12.5
+ - image: python:3.12.9
26
27
28
python-integration:
29
30
31
environment:
32
GOOGLE_APPLICATION_CREDENTIALS: /key.json
33
0 commit comments