From a54a29bad7f7a6c9aef44d4a6cc21293d35bbbc3 Mon Sep 17 00:00:00 2001 From: Akshay Arora Date: Wed, 8 Jan 2025 14:05:55 +0530 Subject: [PATCH] Limit ci_osx to 3.12 for now 3.13 has breaking changes that are not backword compatible. --- .github/workflows/ci_osx.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/ci_osx.yml b/.github/workflows/ci_osx.yml index 811031b9..42dd9d9a 100644 --- a/.github/workflows/ci_osx.yml +++ b/.github/workflows/ci_osx.yml @@ -9,10 +9,10 @@ jobs: steps: - uses: actions/checkout@v2 - - name: Set up Python 3.x + - name: Set up Python 3.12 uses: actions/setup-python@v4 with: - python-version: 3.x + python-version: 3.12 - name: Install dependencies run: |