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 48675ac commit ca8fcbeCopy full SHA for ca8fcbe
.circleci/config.yml
@@ -12,7 +12,7 @@ jobs:
12
CIRCLE_TEST_REPORTS: /tmp/circleci-test-results
13
COMPILE: --compile
14
docker:
15
- - image: circleci/python:3.10
+ - image: circleci/python:3.12
16
steps:
17
# Machine Setup
18
# If you break your build into multiple jobs with workflows, you will probably want to do the parts of this that are relevant in each
0 commit comments