From bbd8bf56bb65fe1d2efa59078221122b0a4d3488 Mon Sep 17 00:00:00 2001 From: Carifio24 Date: Mon, 9 Sep 2024 17:07:22 -0400 Subject: [PATCH] astropy has dropped Python 3.10 support so we can't use that for devdeps. --- .github/workflows/ci_workflows.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci_workflows.yml b/.github/workflows/ci_workflows.yml index 66f1e13f..7263b5ae 100644 --- a/.github/workflows/ci_workflows.yml +++ b/.github/workflows/ci_workflows.yml @@ -32,7 +32,7 @@ jobs: # Standard tests - linux: py38-test - linux: py39-test - - linux: py310-test-devdeps + - linux: py310-test - linux: py311-test - linux: py312-test-devdeps