Skip to content

Commit

Permalink
Remove macos 3.7 as well, add macos-13 for testing x64
Browse files Browse the repository at this point in the history
  • Loading branch information
TheCleric committed Jun 20, 2024
1 parent b46d510 commit 7527850
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/pytest.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,9 +25,11 @@ jobs:
- macos-latest
- windows-latest
exclude:
# 3.6 doesn't exist as a runner on arm64 macs
# 3.6, 3.7 doesn't exist as a runner on arm64 macs
- python-version: 3.6
platform: macos-latest
- python-version: 3.7
platform: macos-latest

runs-on: "${{ matrix.platform }}"
steps:
Expand Down

0 comments on commit 7527850

Please sign in to comment.