Skip to content

Commit

Permalink
Merge pull request #6069 from freedomofpress/6068-updater-gui-tests-base
Browse files Browse the repository at this point in the history
switches `updater-gui-tests` to `cimg/python:3.7`
  • Loading branch information
zenmonkeykstop authored Aug 17, 2021
2 parents 46e993b + e172084 commit 6df6672
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -176,7 +176,7 @@ jobs:
updater-gui-tests:
docker:
- image: circleci/python:3.5
- image: cimg/python:3.7
steps:
- checkout

Expand Down
2 changes: 1 addition & 1 deletion journalist_gui/Pipfile
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ verify_ssl = true
url = "https://pypi.python.org/simple"

[requires]
python_version = "3.5"
python_version = "3.7"

[dev-packages]

Expand Down

0 comments on commit 6df6672

Please sign in to comment.