Skip to content

Commit

Permalink
Test against Python 3.9 on publish
Browse files Browse the repository at this point in the history
  • Loading branch information
simonw committed Oct 8, 2020
1 parent 8e91de8 commit 4e8e157
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ jobs:
runs-on: ubuntu-latest
strategy:
matrix:
python-version: [3.6, 3.7, 3.8]
python-version: [3.6, 3.7, 3.8, 3.9]
steps:
- uses: actions/checkout@v2
- name: Set up Python ${{ matrix.python-version }}
Expand Down Expand Up @@ -37,7 +37,7 @@ jobs:
- name: Set up Python
uses: actions/setup-python@v2
with:
python-version: '3.8'
python-version: '3.9'
- uses: actions/cache@v2
name: Configure pip caching
with:
Expand Down

0 comments on commit 4e8e157

Please sign in to comment.