Skip to content

Commit

Permalink
circleci change to py3.9
Browse files Browse the repository at this point in the history
  • Loading branch information
sandes committed Jul 10, 2021
1 parent 44dca72 commit c911050
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,9 +23,6 @@ jobs:
# The executor is the environment in which the steps below will be executed - below will use a python 3.9 container
# Change the version below to your required version of python
docker:
- image: cimg/python:3.6
- image: cimg/python:3.7
- image: cimg/python:3.8
- 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.
Expand Down

0 comments on commit c911050

Please sign in to comment.