From 7685760fa5e05d4d240049217933b0751ef3b9d5 Mon Sep 17 00:00:00 2001 From: Robert Jackson Date: Tue, 31 Mar 2026 08:11:33 -0500 Subject: [PATCH] ADD: Remove py3.14 for now --- .github/workflows/python-package-conda.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/python-package-conda.yml b/.github/workflows/python-package-conda.yml index 89b64073..7d5afedd 100644 --- a/.github/workflows/python-package-conda.yml +++ b/.github/workflows/python-package-conda.yml @@ -19,7 +19,7 @@ jobs: strategy: fail-fast: false matrix: - python-version: ["3.10", "3.11", "3.12", "3.13", "3.14"] + python-version: ["3.10", "3.11", "3.12", "3.13"] os: [macOS, ubuntu] inlcude: - os: macos-latest