Updates python image to 3.9 in circleci to match pyproject requirement

This commit is contained in:
Saptak S 2021-12-26 17:28:18 +05:30
parent b5cac769bb
commit f6f4af06ce
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.8-buster
- image: circleci/python:3.9-buster
working_directory: ~/repo
@ -37,7 +37,7 @@ jobs:
test-gui:
docker:
- image: circleci/python:3.8-buster
- image: circleci/python:3.9-buster
working_directory: ~/repo