(fix) use python 3.8 for testing

This commit is contained in:
ishaan-jaff 2024-03-09 16:56:46 -08:00
parent 38f9413dfc
commit bd340562b8
2 changed files with 2 additions and 2 deletions

View file

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