From ce17999e8f6ee68f5fe8121193dfcbaa9a4b6f38 Mon Sep 17 00:00:00 2001 From: Christopher Barber Date: Sun, 5 Nov 2023 16:49:04 -0500 Subject: [PATCH] Use python 3.12 for latest CI version --- .github/workflows/main.yml | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index c280020..87addd7 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -9,12 +9,13 @@ jobs: fail-fast: true matrix: os: [ubuntu-latest, macos-latest, windows-latest] - python-version: ["3.8", "3.10", "3.11"] + python-version: ["3.8", "3.10", "3.12"] steps: - uses: actions/checkout@v3 - uses: goanpeca/setup-miniconda@v2.2.0 with: - miniforge-variant: Mambaforge-pypy3 + miniforge-variant: latest + conda-version: ">=23.7.4" conda-build-version: ">=3.26" environment-file: environment.yml activate-environment: mkxref-dev