Skip to content

Commit

Permalink
add coverage for a 3.7 builder
Browse files Browse the repository at this point in the history
  • Loading branch information
reaperhulk committed Sep 16, 2024
1 parent 8394224 commit 1b75ef6
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -223,11 +223,11 @@ jobs:
- {OS: 'macos-13', ARCH: 'x86_64'}
- {OS: 'macos-14', ARCH: 'arm64'}
PYTHON:
- {VERSION: "3.7", NOXSESSION: "tests-nocoverage"}
- {VERSION: "3.7", NOXSESSION: "tests"}
- {VERSION: "3.12", NOXSESSION: "tests"}
exclude:
# We only test latest Python on arm64. py37 won't work since there's no universal2 binary
- PYTHON: {VERSION: "3.7", NOXSESSION: "tests-nocoverage"}
- PYTHON: {VERSION: "3.7", NOXSESSION: "tests"}
RUNNER: {OS: 'macos-14', ARCH: 'arm64'}
timeout-minutes: 15
steps:
Expand Down

0 comments on commit 1b75ef6

Please sign in to comment.