Skip to content
Draft
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
40 changes: 20 additions & 20 deletions .github/workflows/integration_testing.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,23 +19,23 @@ jobs:
with:
submodules: false
envs: |
- linux: py311-asdf_astropy
- linux: py311-asdf_astropy-dev
- linux: py311-astropy_healpix
- linux: py311-astropy_healpix-dev
- linux: py311-astroquery
- linux: py311-astroquery-dev
- linux: py311-ccdproc
- linux: py311-ccdproc-dev
- linux: py311-photutils
- linux: py311-photutils-dev
- linux: py311-regions
- linux: py311-regions-dev
- linux: py311-reproject
- linux: py311-reproject-dev
- linux: py311-specreduce
- linux: py311-specreduce-dev
- linux: py311-specutils
- linux: py311-specutils-dev
- linux: py311-sunpy
- linux: py311-sunpy-dev
- linux: py313-asdf_astropy
- linux: py313-asdf_astropy-dev
- linux: py313-astropy_healpix
- linux: py313-astropy_healpix-dev
- linux: py313-astroquery
- linux: py313-astroquery-dev
- linux: py313-ccdproc
- linux: py313-ccdproc-dev
- linux: py313-photutils
- linux: py313-photutils-dev
- linux: py313-regions
- linux: py313-regions-dev
- linux: py313-reproject
- linux: py313-reproject-dev
- linux: py313-specreduce
- linux: py313-specreduce-dev
- linux: py313-specutils
- linux: py313-specutils-dev
- linux: py313-sunpy
- linux: py313-sunpy-dev
2 changes: 1 addition & 1 deletion tox.ini
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ envlist =
# These are widely used packages that have historically
# had issues with some astropy releases, so we include them here
# as regression testing.
py{39,310,311,312}-{all,asdf_astropy,astropy_healpix,astroquery,ccdproc,photutils,regions,reproject,specreduce,specutils,sunpy}{,-dev}
py{39,310,311,312,313}-{all,asdf_astropy,astropy_healpix,astroquery,ccdproc,photutils,regions,reproject,specreduce,specutils,sunpy}{,-dev}

requires =
setuptools >= 30.3.0
Expand Down
Loading