diff --git a/.circleci/config.yml b/.circleci/config.yml index 6744bc87..cc23bb00 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -12,7 +12,7 @@ jobs: CIRCLE_TEST_REPORTS: /tmp/circleci-test-results COMPILE: --compile docker: - - image: circleci/python:3.7.11 + - image: circleci/python:3.10 steps: # Machine Setup # 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