From c9b2a10d59fd373d769020d3b365353d32d5ecf5 Mon Sep 17 00:00:00 2001 From: jaimergp Date: Mon, 30 Oct 2023 12:56:07 +0100 Subject: [PATCH] conda-forge images are only being built for 3.11; use that --- .github/workflows/tests.yml | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) diff --git a/.github/workflows/tests.yml b/.github/workflows/tests.yml index d1b99afa..f6a74bc5 100644 --- a/.github/workflows/tests.yml +++ b/.github/workflows/tests.yml @@ -42,6 +42,8 @@ jobs: - python-version: "3.9" default-channel: defaults - python-version: "3.10" + default-channel: defaults + - python-version: "3.11" default-channel: conda-forge env: @@ -102,11 +104,11 @@ jobs: strategy: fail-fast: false matrix: - python-version: ["3.9", "3.10"] - default-channel: ["conda-forge"] include: - python-version: "3.8" default-channel: "defaults" + - python-version: "3.11" + default-channel: "conda-forge" env: OS: "macos" @@ -200,7 +202,7 @@ jobs: strategy: fail-fast: false matrix: - python-version: ["3.8", "3.10"] + python-version: ["3.8", "3.11"] default-channel: [conda-forge] include: - python-version: "3.9"