Try bullseye image instead of buster

This commit is contained in:
Saptak S 2021-12-30 13:19:53 +05:30
parent c5761953bc
commit 4f1e33fecc
No known key found for this signature in database
GPG Key ID: 7B7F1772C0C6FCBF

View File

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