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 6f627e8

Browse files
authoredJan 28, 2025··
chore(deps): update python
1 parent a179c70 commit 6f627e8

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed
 

‎.circleci/config.yml

+5-5
Original file line numberDiff line numberDiff line change
@@ -7,27 +7,27 @@ orbs:
77
executors:
88
python39:
99
docker:
10-
- image: python:3.9.19
10+
- image: python:3.9.21
1111
resource_class: small
1212

1313
python310:
1414
docker:
15-
- image: python:3.10.14
15+
- image: python:3.10.16
1616
resource_class: small
1717

1818
python311:
1919
docker:
20-
- image: python:3.11.9
20+
- image: python:3.11.11
2121
resource_class: small
2222

2323
python312:
2424
docker:
25-
- image: python:3.12.5
25+
- image: python:3.12.8
2626
resource_class: small
2727

2828
python-integration:
2929
docker:
30-
- image: python:3.12.5
30+
- image: python:3.12.8
3131
environment:
3232
GOOGLE_APPLICATION_CREDENTIALS: /key.json
3333
resource_class: small

0 commit comments

Comments
 (0)
Please sign in to comment.