diff --git a/.circleci/config.yml b/.circleci/config.yml index 5609e6e..2c0e729 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -2,7 +2,7 @@ version: 2.1 jobs: build: docker: - - image: circleci/python:3.7.9-stretch-browsers + - image: circleci/python:3.9-stretch-browsers steps: - checkout - restore_cache: @@ -19,7 +19,7 @@ jobs: - "venv" test: docker: - - image: circleci/python:3.7.9-stretch-browsers + - image: circleci/python:3.9-stretch-browsers environment: DATABASE_URL: postgresql://myUsr:somePwd@localhost:5432/psdb FLASK_APP: autoapp.py