Skip to content

Commit f4c94cb

Browse files
committed
Exclude Python 3.13 on iOS
1 parent ccc5c90 commit f4c94cb

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.github/workflows/ci.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -106,6 +106,9 @@ jobs:
106106
sudo udevadm control --reload-rules
107107
sudo udevadm trigger --name-match=kvm
108108
exclude:
109+
# numpy and pandas aren't available for 3.13 on iOS
110+
- backend: "iOS"
111+
python-version: "3.13"
109112
# Support package isn't available for 3.13 on Linux
110113
- backend: "linux-flatpak"
111114
python-version: "3.13"

0 commit comments

Comments
 (0)