Skip to content

Commit 9bc2a7b

Browse files
committed
Skip Android on 3.14 for now.
1 parent 37b0b32 commit 9bc2a7b

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

.github/workflows/ci.yml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -46,6 +46,11 @@ jobs:
4646
- "iOS"
4747
- "android"
4848
python-version: [ "3.10", "3.11", "3.12", "3.13", "3.14" ]
49+
exclude:
50+
# Android doesn't have 3.14 support packages yet
51+
- python-version: "3.14"
52+
backend: "android"
53+
4954
include:
5055
- runs-on: ubuntu-latest
5156
- pre-command:

0 commit comments

Comments
 (0)