diff --git a/.github/workflows/integration_testing.yml b/.github/workflows/integration_testing.yml index d23a4e7..7696332 100644 --- a/.github/workflows/integration_testing.yml +++ b/.github/workflows/integration_testing.yml @@ -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 diff --git a/tox.ini b/tox.ini index c3d12b8..fd304c0 100644 --- a/tox.ini +++ b/tox.ini @@ -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