Skip to content

Commit

Permalink
Merge pull request #1876 from braingram/fix_downstream
Browse files Browse the repository at this point in the history
update downstream jobs to run on python 3.12
  • Loading branch information
braingram authored Dec 10, 2024
2 parents d676e11 + d6756e9 commit 4bfb1fb
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/downstream.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ jobs:
with:
submodules: false
# Any env name which does not start with `pyXY` will use this Python version.
default_python: '3.10'
default_python: '3.12'
envs: |
- linux: asdf-wcs-schemas
- linux: asdf-coordinates-schemas
Expand All @@ -42,7 +42,7 @@ jobs:
with:
submodules: false
# Any env name which does not start with `pyXY` will use this Python version.
default_python: '3.10'
default_python: '3.12'
envs: |
- linux: asdf-astropy
- linux: specutils
Expand All @@ -53,7 +53,7 @@ jobs:
with:
submodules: false
# Any env name which does not start with `pyXY` will use this Python version.
default_python: '3.10'
default_python: '3.12'
envs: |
- linux: astrocut
- linux: gwcs
Expand All @@ -68,7 +68,7 @@ jobs:
with:
submodules: false
# Any env name which does not start with `pyXY` will use this Python version.
default_python: '3.10'
default_python: '3.12'
envs: |
- linux: weldx
- linux: sunpy
Expand Down

0 comments on commit 4bfb1fb

Please sign in to comment.