From b5db19588b6633684cb5c3859cc573f11408ced6 Mon Sep 17 00:00:00 2001 From: Ricky O'Steen Date: Tue, 3 Oct 2023 11:20:28 -0400 Subject: [PATCH] Update test envs now that python 3.12 is released --- .github/workflows/ci_workflows.yml | 19 ++++++++++++------- 1 file changed, 12 insertions(+), 7 deletions(-) diff --git a/.github/workflows/ci_workflows.yml b/.github/workflows/ci_workflows.yml index a952e2b06..2a0058cb0 100644 --- a/.github/workflows/ci_workflows.yml +++ b/.github/workflows/ci_workflows.yml @@ -25,20 +25,25 @@ jobs: python: 3.x toxenv: codestyle - - name: Python 3.11 with astropy data and coverage + - name: Python 3.12 with astropy data and coverage os: ubuntu-latest - python: '3.11' - toxenv: py311-test-cov + python: 3.12 + toxenv: py312-test-cov toxargs: -v toxposargs: --remote-data=astropy - - name: Python 3.11 (Windows) + - name: Python 3.12 (Windows) os: windows-latest - python: 3.11 - toxenv: py311-test + python: 3.12 + toxenv: py312-test - - name: Python 3.11 (MacOS X) + - name: Python 3.12 (MacOS X) os: macos-latest + python: 3.12 + toxenv: py312-test + + - name: Python 3.11 + os: ubuntu-laters python: 3.11 toxenv: py311-test