Skip to content

Commit

Permalink
added python 3.9
Browse files Browse the repository at this point in the history
  • Loading branch information
BjornFJohansson committed Dec 28, 2020
1 parent e5b9513 commit 5fad26a
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/pygenome_conda_build_workflow.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ jobs:
strategy:
matrix:
os: ['ubuntu-latest', 'macos-latest', 'windows-latest']
python-version: ["3.8", "3.7", "3.6"]
python-version: ["3.9", "3.8", "3.7", "3.6"]
runs-on: ${{ matrix.os }}
steps:
- name: Checkout
Expand Down
5 changes: 4 additions & 1 deletion .github/workflows/pygenome_test_and_coverage_workflow.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,8 +12,11 @@ jobs:
fail-fast: false
matrix:
os: [ 'macos-latest', 'windows-latest' ]
python-version: ["3.8", "3.7", "3.6"]
python-version: ["3.9", "3.8", "3.7", "3.6"]
include:
- os: ubuntu-latest
python-version: 3.9
codecov: true
- os: ubuntu-latest
python-version: 3.8
codecov: true
Expand Down

0 comments on commit 5fad26a

Please sign in to comment.