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