diff --git a/.circleci/config.yml b/.circleci/config.yml index f4938ff..e39ff95 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -2,12 +2,12 @@ version: 2.1 references: dep_key: &dep_key - deps9-{{ .Branch }}-{{ checksum "requirements.txt" }} + deps10-{{ .Branch }}-{{ checksum "requirements.txt" }} executors: docker-executor: docker: - - image: cimg/python:3.8.1 + - image: cimg/python:3.10.12 commands: @@ -62,7 +62,7 @@ commands: description: "change owner before saving cache" steps: - run: sudo chown -R circleci:circleci ./venv/bin - - run: sudo chown -R circleci:circleci ./venv/lib/python3.8/site-packages + - run: sudo chown -R circleci:circleci ./venv/lib/python3.10/site-packages jobs: build_dep: