From d6756e975634567c58060596c0a7076c836c4830 Mon Sep 17 00:00:00 2001 From: Brett Date: Tue, 10 Dec 2024 10:04:19 -0500 Subject: [PATCH] update downstream jobs to run on python 3.12 --- .github/workflows/downstream.yml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/workflows/downstream.yml b/.github/workflows/downstream.yml index b8d464061..95c644d82 100644 --- a/.github/workflows/downstream.yml +++ b/.github/workflows/downstream.yml @@ -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 @@ -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 @@ -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 @@ -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