Skip to content

Commit

Permalink
test: exclude windows tests for 3.7 - has problem with hatch.exe
Browse files Browse the repository at this point in the history
  • Loading branch information
onjin committed Oct 31, 2024
1 parent 40d03fc commit d6d3ec1
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,9 +26,11 @@ jobs:
matrix:
python-version: ['3.7', '3.8', '3.9', '3.10', '3.11', '3.12']
os: [ubuntu-latest, windows-latest, macos-latest]
exclude: # Python < v3.8 does not support Apple Silicon ARM64.
- python-version: "3.7"
exclude:
- python-version: "3.7" # Python < v3.8 does not support Apple Silicon ARM64.
os: macos-latest
- python-version: "3.7" # Python < v3.8 has problem with hatch/utf-8
os: windows-latest
include: # So run those legacy versions on Intel CPUs.
- python-version: "3.7"
os: macos-13
Expand Down

0 comments on commit d6d3ec1

Please sign in to comment.