From d3bbb27dcdf6db9d6bc4468097cc2e4c2003bba8 Mon Sep 17 00:00:00 2001 From: Vijini Mallawaarachchi Date: Mon, 18 Dec 2023 15:23:12 +1030 Subject: [PATCH] TST: Update testing workflows --- .github/workflows/testing_python_app.yml | 2 +- .github/workflows/testing_python_conda.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/testing_python_app.yml b/.github/workflows/testing_python_app.yml index 0a95a81..963b3b7 100644 --- a/.github/workflows/testing_python_app.yml +++ b/.github/workflows/testing_python_app.yml @@ -15,7 +15,7 @@ jobs: strategy: matrix: os: [macos-12, ubuntu-latest] - python-version: ["3.8", "3.9", "3.10", "3.11", "3.12"] + python-version: ["3.8", "3.9", "3.10", "3.11"] steps: - uses: "actions/checkout@v3" diff --git a/.github/workflows/testing_python_conda.yml b/.github/workflows/testing_python_conda.yml index b33d8e7..3a7db07 100644 --- a/.github/workflows/testing_python_conda.yml +++ b/.github/workflows/testing_python_conda.yml @@ -19,7 +19,7 @@ jobs: strategy: matrix: os: [macos-12, ubuntu-latest] - python-version: ["3.8", "3.9", "3.10", "3.11", "3.12"] + python-version: ["3.8", "3.9", "3.10", "3.11"] steps: - uses: "actions/checkout@v3"