Skip to content

Commit

Permalink
Upgrade to Python 3.8
Browse files Browse the repository at this point in the history
  • Loading branch information
Kyle Christensen committed Apr 2, 2020
1 parent a0dfba0 commit f2d298c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 4 deletions.
4 changes: 1 addition & 3 deletions .github/workflows/pythonpackage.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,13 +4,11 @@ on: [push]

jobs:
build:

runs-on: ubuntu-latest
strategy:
max-parallel: 4
matrix:
python-version: [3.6, 3.7]

python-version: [3.8]
steps:
- uses: actions/checkout@v1
- name: Set up Python ${{ matrix.python-version }}
Expand Down
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM python:3.7-alpine
FROM python:3.8-alpine
WORKDIR /tmp

COPY . .
Expand Down

0 comments on commit f2d298c

Please sign in to comment.