From c712eeab962ccea3748586ad83caaf9a5e0e167b Mon Sep 17 00:00:00 2001 From: William Jamieson Date: Thu, 21 Sep 2023 17:06:01 -0400 Subject: [PATCH] Update CI for python 3.12 dev testing (#313) --- .github/workflows/ci.yml | 16 +++++----------- .github/workflows/ci_cron.yml | 11 ++++------- 2 files changed, 9 insertions(+), 18 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 0535a34a..9304acf3 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -22,15 +22,9 @@ jobs: uses: OpenAstronomy/github-actions-workflows/.github/workflows/tox.yml@v1 with: envs: | - - linux: test-xdist - python-version: 3.8 - - linux: test-xdist - python-version: 3.9 - - linux: test-xdist - python-version: 3.10 - - linux: test-xdist - python-version: 3.11 - - macos: test-xdist - python-version: 3.11 - - linux: test-xdist-cov + - linux: py39-xdist + - linux: py310-xdist + - linux: py311-xdist + - macos: py311-xdist + - linux: py311-xdist-cov coverage: codecov diff --git a/.github/workflows/ci_cron.yml b/.github/workflows/ci_cron.yml index 6d099e59..209046cc 100644 --- a/.github/workflows/ci_cron.yml +++ b/.github/workflows/ci_cron.yml @@ -20,10 +20,7 @@ jobs: if: (github.repository == 'spacetelescope/rad' && (github.event_name == 'schedule' || github.event_name == 'push' || github.event_name == 'workflow_dispatch' || contains(github.event.pull_request.labels.*.name, 'Weekly CI'))) with: envs: | - - macos: test-xdist - python-version: 3.8 - - macos: test-xdist - python-version: 3.9 - - macos: test-xdist - python-version: 3.10 - - linux: test-xdist-devdeps + - macos: py39-xdist + - macos: py310-xdist + - linux: py312-xdist-devdeps + python-version: "3.12-dev"