Skip to content
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Commit 81108db

Browse files
authoredSep 10, 2024··
chore(deps): update python
1 parent c70efc4 commit 81108db

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed
 

‎.circleci/config.yml

+6-6
Original file line numberDiff line numberDiff line change
@@ -7,32 +7,32 @@ orbs:
77
executors:
88
python38:
99
docker:
10-
- image: python:3.8.19
10+
- image: python:3.8.20
1111
resource_class: small
1212

1313
python39:
1414
docker:
15-
- image: python:3.9.19
15+
- image: python:3.9.20
1616
resource_class: small
1717

1818
python310:
1919
docker:
20-
- image: python:3.10.14
20+
- image: python:3.10.15
2121
resource_class: small
2222

2323
python311:
2424
docker:
25-
- image: python:3.11.9
25+
- image: python:3.11.10
2626
resource_class: small
2727

2828
python312:
2929
docker:
30-
- image: python:3.12.5
30+
- image: python:3.12.6
3131
resource_class: small
3232

3333
python-integration:
3434
docker:
35-
- image: python:3.12.5
35+
- image: python:3.12.6
3636
environment:
3737
GOOGLE_APPLICATION_CREDENTIALS: /key.json
3838
resource_class: small

0 commit comments

Comments
 (0)
Please sign in to comment.