From 5fad26acdd22a7e638b2c2958da2116bfcb1af34 Mon Sep 17 00:00:00 2001 From: BjornFJohansson Date: Mon, 28 Dec 2020 16:06:02 +0000 Subject: [PATCH] added python 3.9 --- .github/workflows/pygenome_conda_build_workflow.yml | 2 +- .github/workflows/pygenome_test_and_coverage_workflow.yml | 5 ++++- 2 files changed, 5 insertions(+), 2 deletions(-) diff --git a/.github/workflows/pygenome_conda_build_workflow.yml b/.github/workflows/pygenome_conda_build_workflow.yml index 54669e9..5d864cb 100644 --- a/.github/workflows/pygenome_conda_build_workflow.yml +++ b/.github/workflows/pygenome_conda_build_workflow.yml @@ -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 diff --git a/.github/workflows/pygenome_test_and_coverage_workflow.yml b/.github/workflows/pygenome_test_and_coverage_workflow.yml index 4421144..aaf11a2 100644 --- a/.github/workflows/pygenome_test_and_coverage_workflow.yml +++ b/.github/workflows/pygenome_test_and_coverage_workflow.yml @@ -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