Skip to content

Commit

Permalink
ci: try removing older Python versions in mac deploy
Browse files Browse the repository at this point in the history
  • Loading branch information
makkus committed Jun 12, 2024
1 parent 26c3745 commit 63b207a
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/build-darwin.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,8 @@ jobs:
runs-on: macos-11
strategy:
matrix:
python_version: ["3.8", "3.9", "3.10", "3.11", "3.12"]
# python_version: ["3.8", "3.9", "3.10", "3.11", "3.12"]
python_version: ["3.12"]
steps:
- name: "Set up Python ${{ matrix.python_version }}"
uses: actions/setup-python@v5
Expand Down

0 comments on commit 63b207a

Please sign in to comment.