Skip to content

Commit

Permalink
test downstream with python 3.12
Browse files Browse the repository at this point in the history
  • Loading branch information
braingram committed Jan 28, 2025
1 parent be78c12 commit 9ec9731
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 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.13'
default_python: '3.12'
envs: |
- linux: specutils
Expand All @@ -39,7 +39,7 @@ jobs:
with:
submodules: false
# Any env name which does not start with `pyXY` will use this Python version.
default_python: '3.13'
default_python: '3.12'
envs: |
- linux: gwcs
- linux: jwst
Expand All @@ -52,7 +52,7 @@ jobs:
with:
submodules: false
# Any env name which does not start with `pyXY` will use this Python version.
default_python: '3.13'
default_python: '3.12'
envs: |
- linux: sunpy
- linux: dkist

0 comments on commit 9ec9731

Please sign in to comment.