From d452e96c7f0b4d61ba7b49934a5e482945e7bbfb Mon Sep 17 00:00:00 2001 From: Ryan Roussel Date: Fri, 3 Jan 2025 13:19:52 -0600 Subject: [PATCH] make changes to github actions and setup --- .github/actions/conda-setup/action.yml | 2 +- .github/workflows/tests.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/actions/conda-setup/action.yml b/.github/actions/conda-setup/action.yml index 75b7acc0..e70cd540 100644 --- a/.github/actions/conda-setup/action.yml +++ b/.github/actions/conda-setup/action.yml @@ -8,7 +8,7 @@ inputs: python-version: description: "Conda environment Python version" required: false - default: "3.9" + default: "3.10" env_name: description: "Conda environment name to create" required: false diff --git a/.github/workflows/tests.yml b/.github/workflows/tests.yml index 86db75ca..94cd26c2 100644 --- a/.github/workflows/tests.yml +++ b/.github/workflows/tests.yml @@ -13,7 +13,7 @@ jobs: strategy: fail-fast: false matrix: - python-version: ["3.9", "3.10", "3.11", "3.12"] + python-version: ["3.10", "3.11", "3.12", "3.13"] name: Test Suite steps: