Skip to content

Commit

Permalink
#6 update docker image to python 3.9
Browse files Browse the repository at this point in the history
  • Loading branch information
walcovanloon committed Jun 17, 2022
1 parent 4f64cdf commit 9eb7254
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ jobs:
# The executor is the environment in which the steps below will be executed - below will use a python 3.8 container
# Change the version below to your required version of python
docker:
- image: cimg/python:2.7.18
- image: cimg/python:3.9
# Checkout the code as the first step. This is a dedicated CircleCI step.
# The python orb's install-packages step will install the dependencies from a Pipfile via Pipenv by default.
# Here we're making sure we use just use the system-wide pip. By default it uses the project root's requirements.txt.
Expand Down

0 comments on commit 9eb7254

Please sign in to comment.