Skip to content

Commit 4182ad4

Browse files
authored
ci: remove macos workaround for python versions (#5110)
1 parent f7626e1 commit 4182ad4

File tree

1 file changed

+0
-11
lines changed

1 file changed

+0
-11
lines changed

.github/workflows/pythonpackage.yml

-11
Original file line numberDiff line numberDiff line change
@@ -21,17 +21,6 @@ jobs:
2121
matrix:
2222
os: [ubuntu-latest, windows-latest, macos-latest]
2323
python-version: ["3.8", "3.9", "3.10", "3.11", "3.12"]
24-
25-
# Python 3.9 is on macos-13 but not macos-latest (macos-14-arm64)
26-
# https://github.com/actions/setup-python/issues/696#issuecomment-1637587760
27-
exclude:
28-
- { python-version: "3.8", os: "macos-latest" }
29-
- { python-version: "3.9", os: "macos-latest" }
30-
- { python-version: "3.11", os: "macos-latest" }
31-
include:
32-
- { python-version: "3.8", os: "macos-13" }
33-
- { python-version: "3.9", os: "macos-13" }
34-
- { python-version: "3.11", os: "macos-13" }
3524
defaults:
3625
run:
3726
shell: bash

0 commit comments

Comments
 (0)