Try using buster docker images

This commit is contained in:
Micah Lee 2020-03-22 11:45:37 -07:00
parent 3b79a9ba2e
commit 5c4e4ce10b
No known key found for this signature in database
GPG Key ID: 403C2657CD994F73

View File

@ -13,7 +13,7 @@ workflows:
jobs:
test-3.6: &test-template
docker:
- image: circleci/python:3.6.6
- image: circleci/python:3.6-buster
working_directory: ~/repo
@ -44,4 +44,4 @@ jobs:
test-3.7:
<<: *test-template
docker:
- image: circleci/python:3.7.1
- image: circleci/python:3.7-buster