Actually switch to next gen CircleCI container images

This commit is contained in:
Micah Lee 2022-03-28 20:22:14 -07:00
parent 834fbc8f6c
commit ad13c2d920
No known key found for this signature in database
GPG Key ID: 403C2657CD994F73

View File

@ -9,7 +9,7 @@ workflows:
jobs:
test-cli:
docker:
- image: cimg/python:3.9-bullseye
- image: cimg/python:3.9
working_directory: ~/repo
@ -37,7 +37,7 @@ jobs:
test-gui:
docker:
- image: circleci/python:3.9-bullseye
- image: cimg/python:3.9
working_directory: ~/repo