Skip to content
This repository was archived by the owner on Aug 11, 2025. It is now read-only.

Commit 653d05b

Browse files
authored
Upgrade image to Python 3.7
1 parent ffd9f0c commit 653d05b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.circleci/config.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ version: 2
22
jobs:
33
Unit Test:
44
docker:
5-
- image: circleci/python:3.6.4
5+
- image: circleci/python:3.7.1
66

77
steps:
88
- checkout

0 commit comments

Comments
 (0)