From 114504f1658cf7772e85b00a3cb6a2797734d3eb Mon Sep 17 00:00:00 2001 From: Steve Goldman <32876747+s-goldman@users.noreply.github.com> Date: Mon, 11 Nov 2024 10:48:14 -0500 Subject: [PATCH] Set devdep github actions tests to python 3.12 (for cron) (#1906) --- .github/workflows/ci_cron.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/ci_cron.yml b/.github/workflows/ci_cron.yml index 2501f35f7..88de90391 100644 --- a/.github/workflows/ci_cron.yml +++ b/.github/workflows/ci_cron.yml @@ -28,5 +28,5 @@ jobs: - linux: py311-xdist - macos: py311-xdist - linux: py312-xdist - - linux: py3-devdeps-xdist - - macos: py3-devdeps-xdist + - linux: py312-devdeps-xdist + - macos: py312-devdeps-xdist