We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 45ec91c commit caf961dCopy full SHA for caf961d
3 files changed
.circleci/config.yml
@@ -9,7 +9,7 @@ jobs:
9
# You can specify an image from Dockerhub or use one of the convenience images from CircleCI's Developer Hub
10
# A list of available CircleCI Docker convenience images are available here: https://circleci.com/developer/images/image/cimg/python
11
docker:
12
- - image: cimg/python:3.11
+ - image: cimg/python:3.12
13
14
steps:
15
- checkout
0 commit comments