From 947b660aab2e3d3b90c936ff8e0b57ebb4a20588 Mon Sep 17 00:00:00 2001 From: Yaroslav Halchenko Date: Fri, 25 Sep 2026 16:24:06 -0400 Subject: [PATCH] BF: run dev-deps testing under 3.12 instead of 3.11 - see https://github.com/hdmf-dev/hdmf-zarr/issues/406#issuecomment-5836524691 and I expect released versoins still be ok and pulling versions of dependencies as suitable to their Python versions, so we can still delay dropping 3.11 overall -- just it would not have bleeding edge hdmf-zarr for those folks... until we can no longer do such installs ;) --- .github/workflows/run-tests.yml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/.github/workflows/run-tests.yml b/.github/workflows/run-tests.yml index 452a1bda4..8f03fae7e 100644 --- a/.github/workflows/run-tests.yml +++ b/.github/workflows/run-tests.yml @@ -60,7 +60,9 @@ jobs: python: 3.14 mode: obolibrary-only - os: ubuntu-latest - python: '3.11' + # cannot use dev-deps on 3.11 now, see + # https://github.com/hdmf-dev/hdmf-zarr/issues/406 + python: '3.12' mode: dev-deps - os: ubuntu-latest python: 3.14