From 396c16161a5d802e6efa1fc8b1b4408d10c0f4dd Mon Sep 17 00:00:00 2001 From: Michal Ziemski Date: Fri, 21 Jun 2024 13:17:14 +0200 Subject: [PATCH] MAINT: update Python version in test CI (#182) --- .github/workflows/ci.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index b47a67bd..eb8e6a92 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -58,7 +58,7 @@ jobs: - name: Setup miniconda uses: conda-incubator/setup-miniconda@v3 with: - python-version: 3.8 + python-version: 3.9 mamba-version: "*" channels: conda-forge,defaults channel-priority: true