Skip to content

Commit

Permalink
Infra: Fix Python 3.9 on CI (#3763)
Browse files Browse the repository at this point in the history
  • Loading branch information
hugovk authored Apr 23, 2024
1 parent 7c00075 commit e77956d
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -39,6 +39,13 @@ jobs:
- "windows-latest"
- "macos-latest"
- "ubuntu-latest"
# Python 3.9 is on macos-13 but not macos-latest (macos-14-arm64)
# https://github.com/actions/setup-python/issues/696#issuecomment-1637587760
exclude:
- { python-version: "3.9", os: "macos-latest" }
include:
- { python-version: "3.9", os: "macos-13" }


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

0 comments on commit e77956d

Please sign in to comment.