Skip to content

Commit

Permalink
Limit ci_osx to 3.12 for now 3.13 has breaking changes that are not b…
Browse files Browse the repository at this point in the history
…ackword compatible.
  • Loading branch information
akshayaurora authored Jan 8, 2025
1 parent 9dfdc04 commit a54a29b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci_osx.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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: |
Expand Down

0 comments on commit a54a29b

Please sign in to comment.