Skip to content

Commit ecfbeed

Browse files
committed
TST: switch all jobs to Python 3.13
1 parent bd8205e commit ecfbeed

File tree

2 files changed

+21
-21
lines changed

2 files changed

+21
-21
lines changed

.github/workflows/integration_testing.yml

Lines changed: 20 additions & 20 deletions
Original file line numberDiff line numberDiff line change
@@ -19,23 +19,23 @@ jobs:
1919
with:
2020
submodules: false
2121
envs: |
22-
- linux: py311-asdf_astropy
23-
- linux: py311-asdf_astropy-dev
24-
- linux: py311-astropy_healpix
25-
- linux: py311-astropy_healpix-dev
26-
- linux: py311-astroquery
27-
- linux: py311-astroquery-dev
28-
- linux: py311-ccdproc
29-
- linux: py311-ccdproc-dev
30-
- linux: py311-photutils
31-
- linux: py311-photutils-dev
32-
- linux: py311-regions
33-
- linux: py311-regions-dev
34-
- linux: py311-reproject
35-
- linux: py311-reproject-dev
36-
- linux: py311-specreduce
37-
- linux: py311-specreduce-dev
38-
- linux: py311-specutils
39-
- linux: py311-specutils-dev
40-
- linux: py311-sunpy
41-
- linux: py311-sunpy-dev
22+
- linux: py313-asdf_astropy
23+
- linux: py313-asdf_astropy-dev
24+
- linux: py313-astropy_healpix
25+
- linux: py313-astropy_healpix-dev
26+
- linux: py313-astroquery
27+
- linux: py313-astroquery-dev
28+
- linux: py313-ccdproc
29+
- linux: py313-ccdproc-dev
30+
- linux: py313-photutils
31+
- linux: py313-photutils-dev
32+
- linux: py313-regions
33+
- linux: py313-regions-dev
34+
- linux: py313-reproject
35+
- linux: py313-reproject-dev
36+
- linux: py313-specreduce
37+
- linux: py313-specreduce-dev
38+
- linux: py313-specutils
39+
- linux: py313-specutils-dev
40+
- linux: py313-sunpy
41+
- linux: py313-sunpy-dev

tox.ini

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ envlist =
77
# These are widely used packages that have historically
88
# had issues with some astropy releases, so we include them here
99
# as regression testing.
10-
py{39,310,311,312}-{all,asdf_astropy,astropy_healpix,astroquery,ccdproc,photutils,regions,reproject,specreduce,specutils,sunpy}{,-dev}
10+
py{39,310,311,312,313}-{all,asdf_astropy,astropy_healpix,astroquery,ccdproc,photutils,regions,reproject,specreduce,specutils,sunpy}{,-dev}
1111

1212
requires =
1313
setuptools >= 30.3.0

0 commit comments

Comments
 (0)