Skip to content

Commit

Permalink
github/workflows/main.yaml: include Python 3.9
Browse files Browse the repository at this point in the history
Extend the github checks to include Python 3.9.

Signed-off-by: Alexandra Pereira <[email protected]>
  • Loading branch information
Alexandra Pereira authored and gctucker committed Oct 13, 2021
1 parent 30d6772 commit 1c14676
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ jobs:
runs-on: ubuntu-18.04
strategy:
matrix:
python-version: [3.6, 3.7, 3.8]
python-version: [3.7, 3.8, 3.9]

steps:

Expand Down
2 changes: 1 addition & 1 deletion config/docker/build-base/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ RUN apt-get update && apt-get install --no-install-recommends -y \

# Python 3.7
RUN apt-get update && apt-get install --no-install-recommends -y \
python3.7 \
python3.9 \
python3-jinja2 \
python3-keyring \
python3-pyelftools \
Expand Down

0 comments on commit 1c14676

Please sign in to comment.