We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 07cad4d + 923d90a commit cf929d2Copy full SHA for cf929d2
.circleci/config.yml
@@ -139,7 +139,7 @@ jobs:
139
<<: *defaults
140
docker:
141
# https://circleci.com/developer/images/image/cimg/python
142
- - image: cimg/python:3.12.2
+ - image: cimg/python:3.12.3
143
environment:
144
CC_TEST_REPORTER_ID: $CC_TEST_REPORTER_ID
145
COVERALLS_REPO_TOKEN: $COVERALLS_REPO_TOKEN
@@ -203,7 +203,7 @@ jobs:
203
upload_to_code_climate:
204
205
206
207
208
209
working_directory: ~/repo
0 commit comments