From 85f1ff4fe97cd03e8a74fc7023690e62788fa652 Mon Sep 17 00:00:00 2001 From: Steve Goldman <32876747+s-goldman@users.noreply.github.com> Date: Tue, 29 Oct 2024 09:58:53 -0400 Subject: [PATCH] HLA-1361: Pin github devdep tests to python 3.12 (#1905) --- .github/workflows/ci.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index b656170cd..cadbc5376 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -39,7 +39,7 @@ jobs: - linux: py311-xdist - macos: py311-xdist - linux: py312-xdist - - linux: py3-devdeps-xdist - - macos: py3-devdeps-xdist - - linux: py3-cov-xdist + - linux: py312-devdeps-xdist + - macos: py312-devdeps-xdist + - linux: py312-cov-xdist coverage: codecov