Browse Source

upgrade circleci python image to see if it fixes sqlite compatibility

Matt Westcott 4 years ago
parent
commit
e99c07a42e
1 changed files with 1 additions and 1 deletions
  1. 1 1
      .circleci/config.yml

+ 1 - 1
.circleci/config.yml

@@ -3,7 +3,7 @@ version: 2
 jobs:
   backend:
     docker:
-      - image: circleci/python:3.6.4
+      - image: circleci/python:3.7.3
     steps:
       - checkout
       - restore_cache: