Skip to content

Commit

Permalink
Upgrade Python to 3.8
Browse files Browse the repository at this point in the history
  • Loading branch information
ghostwords committed Aug 15, 2023
1 parent a681372 commit fdb3061
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/pythonapp.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ jobs:
- name: Set up Python
uses: actions/setup-python@v4
with:
python-version: 3.7
python-version: 3.8
- name: Install dependencies
run: |
python -m pip install --upgrade pip
Expand Down
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
ARG BROWSER

FROM python:3.7
FROM python:3.8
FROM selenium/standalone-${BROWSER}

ARG UID
Expand Down

0 comments on commit fdb3061

Please sign in to comment.