Skip to content

Commit

Permalink
CI: skip Python < 3.11 on macOS x64
Browse files Browse the repository at this point in the history
  • Loading branch information
fantix committed Oct 10, 2024
1 parent 4ed9df9 commit e39b43f
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,16 @@ jobs:
arch: x86
- os: macos-latest
arch: x86
# https://github.com/actions/setup-python/issues/948
- os: macos-latest
arch: x64
python-version: 3.8
- os: macos-latest
arch: x64
python-version: 3.9
- os: macos-latest
arch: x64
python-version: 3.10

steps:
- uses: actions/checkout@v4
Expand Down

0 comments on commit e39b43f

Please sign in to comment.