Skip to content

Commit

Permalink
Update test envs now that python 3.12 is released
Browse files Browse the repository at this point in the history
  • Loading branch information
rosteen committed Oct 3, 2023
1 parent 76a5a78 commit b5db195
Showing 1 changed file with 12 additions and 7 deletions.
19 changes: 12 additions & 7 deletions .github/workflows/ci_workflows.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down

0 comments on commit b5db195

Please sign in to comment.