@ -2,7 +2,7 @@ version: 2
jobs:
build:
docker:
- image: circleci/python:3.9-stretch-browsers
- image: circleci/python:3.7.9-stretch-browsers
steps:
- checkout
- restore_cache:
@ -1,4 +1,4 @@
FROM python:3.9
FROM python:3.7.9
WORKDIR /app
COPY . .