We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ccc5c90 commit f4c94cbCopy full SHA for f4c94cb
1 file changed
.github/workflows/ci.yml
@@ -106,6 +106,9 @@ jobs:
106
sudo udevadm control --reload-rules
107
sudo udevadm trigger --name-match=kvm
108
exclude:
109
+ # numpy and pandas aren't available for 3.13 on iOS
110
+ - backend: "iOS"
111
+ python-version: "3.13"
112
# Support package isn't available for 3.13 on Linux
113
- backend: "linux-flatpak"
114
python-version: "3.13"
0 commit comments