Skip to content

Commit

Permalink
Merge pull request #347 from computer-science-engineering/renovate/ci…
Browse files Browse the repository at this point in the history
…mg-python-3.x

Update cimg/python Docker tag to v3.12.6
  • Loading branch information
manastalukdar authored Sep 9, 2024
2 parents 4c0031b + 5a7dbb8 commit a3c074e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -139,7 +139,7 @@ jobs:
<<: *defaults
docker:
# https://circleci.com/developer/images/image/cimg/python
- image: cimg/python:3.12.3
- image: cimg/python:3.12.6
environment:
CC_TEST_REPORTER_ID: $CC_TEST_REPORTER_ID
COVERALLS_REPO_TOKEN: $COVERALLS_REPO_TOKEN
Expand Down Expand Up @@ -203,7 +203,7 @@ jobs:
upload_to_code_climate:
<<: *defaults
docker:
- image: cimg/python:3.12.3
- image: cimg/python:3.12.6
environment:
CC_TEST_REPORTER_ID: $CC_TEST_REPORTER_ID
working_directory: ~/repo
Expand Down

0 comments on commit a3c074e

Please sign in to comment.