Skip to content

Commit e90f28c

Browse files
author
James Campbell
committed
updated to 3.9 container
1 parent 9e8e9d9 commit e90f28c

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
@@ -3,7 +3,7 @@ jobs:
33
build:
44
working_directory: ~/python-examples
55
docker:
6-
- image: circleci/python:3.7 # every job must define an image for the docker executor and subsequent jobs may define a different image.
6+
- image: circleci/python:3.9.7 # every job must define an image for the docker executor and subsequent jobs may define a different image.
77
environment:
88
PIPENV_VENV_IN_PROJECT: true
99
steps:

0 commit comments

Comments
 (0)