Skip to content

Commit 7962f61

Browse files
committed
TST: upgrade all dev jobs to CPython 3.14
1 parent 2185ff3 commit 7962f61

1 file changed

Lines changed: 9 additions & 9 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: py314-asdf_astropy-dev
2424
- linux: py311-astropy_healpix
25-
- linux: py311-astropy_healpix-dev
25+
- linux: py314-astropy_healpix-dev
2626
- linux: py311-ccdproc
27-
- linux: py311-ccdproc-dev
27+
- linux: py314-ccdproc-dev
2828
- linux: py311-photutils
29-
- linux: py311-photutils-dev
29+
- linux: py314-photutils-dev
3030
- linux: py311-regions
31-
- linux: py311-regions-dev
31+
- linux: py314-regions-dev
3232
- linux: py311-reproject
33-
- linux: py311-reproject-dev
33+
- linux: py314-reproject-dev
3434
- linux: py311-specreduce
35-
- linux: py311-specreduce-dev
35+
- linux: py314-specreduce-dev
3636
- linux: py311-specutils
37-
- linux: py311-specutils-dev
37+
- linux: py314-specutils-dev
3838
- linux: py312-sunpy
39-
- linux: py312-sunpy-dev
39+
- linux: py314-sunpy-dev

0 commit comments

Comments
 (0)