We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c70efc4 commit 81108dbCopy full SHA for 81108db
.circleci/config.yml
@@ -7,32 +7,32 @@ orbs:
7
executors:
8
python38:
9
docker:
10
- - image: python:3.8.19
+ - image: python:3.8.20
11
resource_class: small
12
13
python39:
14
15
- - image: python:3.9.19
+ - image: python:3.9.20
16
17
18
python310:
19
20
- - image: python:3.10.14
+ - image: python:3.10.15
21
22
23
python311:
24
25
- - image: python:3.11.9
+ - image: python:3.11.10
26
27
28
python312:
29
30
- - image: python:3.12.5
+ - image: python:3.12.6
31
32
33
python-integration:
34
35
36
environment:
37
GOOGLE_APPLICATION_CREDENTIALS: /key.json
38
0 commit comments