Skip to content

Commit 8ca92d3

Browse files
committed
TST: check future compatibility with CPython 3.15
1 parent 99123ab commit 8ca92d3

2 files changed

Lines changed: 10 additions & 10 deletions

File tree

.github/workflows/integration_testing.yml

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -20,20 +20,20 @@ jobs:
2020
submodules: false
2121
envs: |
2222
- linux: py311-asdf_astropy
23-
- linux: py311-asdf_astropy-dev
23+
- linux: py315-asdf_astropy-dev
2424
- linux: py311-astropy_healpix
25-
- linux: py311-astropy_healpix-dev
25+
- linux: py315-astropy_healpix-dev
2626
- linux: py311-ccdproc
27-
- linux: py311-ccdproc-dev
27+
- linux: py315-ccdproc-dev
2828
- linux: py311-photutils
29-
- linux: py311-photutils-dev
29+
- linux: py315-photutils-dev
3030
- linux: py311-regions
31-
- linux: py311-regions-dev
31+
- linux: py315-regions-dev
3232
- linux: py311-reproject
33-
- linux: py311-reproject-dev
33+
- linux: py315-reproject-dev
3434
- linux: py311-specreduce
35-
- linux: py311-specreduce-dev
35+
- linux: py315-specreduce-dev
3636
- linux: py311-specutils
37-
- linux: py311-specutils-dev
37+
- linux: py315-specutils-dev
3838
- linux: py312-sunpy
39-
- linux: py312-sunpy-dev
39+
- linux: py315-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{311,312,313,314}-{all,asdf_astropy,astropy_healpix,astroquery,ccdproc,photutils,regions,reproject,specreduce,specutils,sunpy}{,-dev}
10+
py{311,312,313,314,315}-{all,asdf_astropy,astropy_healpix,astroquery,ccdproc,photutils,regions,reproject,specreduce,specutils,sunpy}{,-dev}
1111

1212
[testenv]
1313
# Pass through the following environment variables which are needed for the CI

0 commit comments

Comments
 (0)