From 9fa37c6cae5338b5eb8cb752421c516107befeec Mon Sep 17 00:00:00 2001 From: Vijini Mallawaarachchi Date: Fri, 8 Mar 2024 09:24:28 +1030 Subject: [PATCH] TST: Update testing action --- .github/workflows/testing.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/testing.yml b/.github/workflows/testing.yml index 916e900..4711136 100644 --- a/.github/workflows/testing.yml +++ b/.github/workflows/testing.yml @@ -19,7 +19,7 @@ jobs: strategy: matrix: os: [ubuntu-latest, macos-latest] - python-version: ["3.8", "3.9", "3.10", "3.11"] + python-version: ["3.9", "3.10", "3.11", "3.12"] steps: - uses: "actions/checkout@v3" @@ -27,7 +27,7 @@ jobs: fetch-depth: 0 # Setup env - - uses: conda-incubator/setup-miniconda@v2 + - uses: conda-incubator/setup-miniconda@v3 with: activate-environment: condiga environment-file: environment.yml @@ -58,7 +58,7 @@ jobs: strategy: matrix: os: [ubuntu-latest, macos-latest] - python-version: ["3.8", "3.9", "3.10", "3.11"] + python-version: ["3.9", "3.10", "3.11", "3.12"] steps: - name: Coveralls Finished uses: coverallsapp/github-action@master