Skip to content

Commit 0144d1a

Browse files
authored
CI: disable Python 3.10 and 3.11 runs for macos-14 (ipykernel dies silently) (#423)
1 parent f82e19f commit 0144d1a

File tree

1 file changed

+5
-4
lines changed

1 file changed

+5
-4
lines changed

.github/workflows/tests+pypi.yml

+5-4
Original file line numberDiff line numberDiff line change
@@ -61,10 +61,11 @@ jobs:
6161
python-version: "3.12"
6262
- platform: macos-13
6363
python-version: "3.13"
64-
- platform: macos-14
65-
python-version: "3.10"
66-
- platform: macos-14
67-
python-version: "3.11"
64+
# ipykernel dies on notebook runs
65+
# - platform: macos-14
66+
# python-version: "3.10"
67+
# - platform: macos-14
68+
# python-version: "3.11"
6869
- platform: macos-14
6970
python-version: "3.12"
7071
- platform: macos-14

0 commit comments

Comments
 (0)