Skip to content

Commit

Permalink
chore: also test under 3.9
Browse files Browse the repository at this point in the history
  • Loading branch information
stigbd committed Nov 26, 2020
1 parent c4c933d commit ddbfe89
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/coverage.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,11 +8,11 @@ jobs:
- uses: actions/checkout@v2
- uses: actions/setup-python@v1
with:
python-version: '3.8'
python-version: '3.9'
architecture: x64
- run: pip install nox==2020.8.22
- run: pip install poetry==1.1.4
- run: pip install nox-poetry
- run: nox --sessions tests-3.8 coverage
- run: nox --sessions tests-3.9 coverage
env:
CODECOV_TOKEN: ${{secrets.CODECOV_TOKEN}}
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ jobs:
- uses: actions/checkout@v2
- uses: actions/setup-python@v1
with:
python-version: '3.8'
python-version: '3.9'
architecture: x64
- run: pip install nox==2020.8.22
- run: pip install poetry==1.1.4
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ jobs:
runs-on: ubuntu-latest
strategy:
matrix:
python-version: ['3.7', '3.8']
python-version: ['3.7', '3.8', '3.9']
name: Python ${{ matrix.python-version }}
steps:
- uses: actions/checkout@v2
Expand Down

0 comments on commit ddbfe89

Please sign in to comment.