(fix) use python 3.8 on ci/cd

This commit is contained in:
ishaan-jaff 2024-03-09 16:52:59 -08:00
parent a1784284bb
commit 045a8cfdcb

View file

@ -2,7 +2,7 @@ version: 2.1
jobs:
local_testing:
docker:
- image: circleci/python:3.9
- image: circleci/python:3.8.18
working_directory: ~/project
steps: