Skip to content

Commit

Permalink
no 3.7 3.8 and 3.9 under Darwin
Browse files Browse the repository at this point in the history
  • Loading branch information
marcin-usielski committed Nov 22, 2024
1 parent 22febaf commit 16e774e
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,13 @@ jobs:
matrix:
os: [ubuntu-latest, macos-latest]
python-version: [3.7, 3.8, 3.9, "3.10", 3.11, 3.12, 3.13]
exclude:
- python-version: "3.7"
runs-on: macos-latest
- python-version: "3.8"
runs-on:: macos-latest
- python-version: "3.9"
runs-on: macos-latest
env:
MOLER_DEBUG_THREADS: True
PYTHON_COVERAGE: '3.13'
Expand Down

0 comments on commit 16e774e

Please sign in to comment.