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