Skip to content

Commit

Permalink
Migrate to python 3.8 image for circleci
Browse files Browse the repository at this point in the history
Fixes: #114
  • Loading branch information
ptitoliv committed Mar 22, 2021
1 parent 22bb58b commit ef227c1
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 @@ -8,7 +8,7 @@ jobs:
docker:
# specify the version you desire here
# use `-browsers` prefix for selenium tests, e.g. `3.6.1-browsers`
- image: circleci/python:2.7.15
- image: circleci/python:3.8
environment:
TEST: "yes"

Expand Down

0 comments on commit ef227c1

Please sign in to comment.