Skip to content

Commit 513c1f0

Browse files
committed
Update CI to include 3.12.
1 parent 2d3ade6 commit 513c1f0

1 file changed

Lines changed: 4 additions & 4 deletions

File tree

.github/workflows/ci.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ jobs:
3737
- "windows-app"
3838
- "iOS"
3939
- "android"
40-
python-version: [ "3.8", "3.9", "3.10", "3.11" ]
40+
python-version: [ "3.8", "3.9", "3.10", "3.11", "3.12" ]
4141
include:
4242
- runs-on: ubuntu-latest
4343
- pre-command:
@@ -87,12 +87,12 @@ jobs:
8787
briefcase-run-args: " -d '{\"avd\":\"beePhone\"}' --Xemulator=-no-window --Xemulator=-no-snapshot --Xemulator=-no-audio --Xemulator=-no-boot-anim --shutdown-on-exit"
8888

8989
exclude:
90-
# Binary packages aren't available for 3.11 on mobile yet
90+
# Binary packages aren't available for 3.11+ on Android yet
9191
- backend: "android"
9292
python-version: "3.11"
9393

94-
- backend: "iOS"
95-
python-version: "3.11"
94+
- backend: "android"
95+
python-version: "3.12"
9696

9797
steps:
9898
- uses: actions/checkout@v4.0.0

0 commit comments

Comments
 (0)