Skip to content

Commit

Permalink
Merge pull request #3 from callumrollo/to-3.9
Browse files Browse the repository at this point in the history
To 3.9
  • Loading branch information
callumrollo authored Jan 30, 2021
2 parents d3ed6d0 + 515c1c7 commit 24545de
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/pythonpackage.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ name: Python package

on:
push:
branches: [ master, citests ]
branches: [ master, citests, to-3.9]
pull_request:
branches: [ master ]

Expand All @@ -15,7 +15,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
Expand Down

0 comments on commit 24545de

Please sign in to comment.