From f24c4f78a9d0fc59cd7b15dafcb078e63ae9c700 Mon Sep 17 00:00:00 2001 From: Stuart Mumford Date: Tue, 17 May 2022 15:28:53 +0100 Subject: [PATCH] Add Python 3.10 to the CI --- .github/workflows/ci_workflows.yml | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/.github/workflows/ci_workflows.yml b/.github/workflows/ci_workflows.yml index f5f42e305..3305e1ed0 100644 --- a/.github/workflows/ci_workflows.yml +++ b/.github/workflows/ci_workflows.yml @@ -18,20 +18,22 @@ jobs: - macos: py37-test-oldestdeps-cov - macos: py38-test-cov - macos: py39-test-cov + - macos: py310-test-cov - linux: py37-test-oldestdeps-cov - linux: py38-test-cov - linux: py39-test-cov + - linux: py310-test-cov - windows: py37-test-oldestdeps-cov - windows: py38-test-cov - windows: py39-test-cov + - windows: py310-test-cov coverage: 'codecov' publish: - if: github.event_name != 'pull_request' needs: tests uses: OpenAstronomy/github-actions-workflows/.github/workflows/publish.yml@v1 with: test_extras: test test_command: pytest -p no:warnings --pyargs reproject secrets: - pypi_token: ${{ secrets.pypi_token }} \ No newline at end of file + pypi_token: ${{ secrets.pypi_token }}