Skip to content

Commit

Permalink
Add 3.13 to the test matrix.
Browse files Browse the repository at this point in the history
  • Loading branch information
freakboy3742 committed Nov 21, 2023
1 parent f72dabb commit 0d7fe21
Showing 1 changed file with 8 additions and 5 deletions.
13 changes: 8 additions & 5 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ jobs:
- "windows-app"
- "iOS"
- "android"
python-version: [ "3.8", "3.9", "3.10", "3.11", "3.12" ]
python-version: [ "3.8", "3.9", "3.10", "3.11", "3.12", "3.13-dev" ]
include:
- runs-on: ubuntu-latest
- pre-command:
Expand Down Expand Up @@ -87,17 +87,20 @@ jobs:
briefcase-run-args: " -d '{\"avd\":\"beePhone\"}' --Xemulator=-no-window --Xemulator=-no-snapshot --Xemulator=-no-audio --Xemulator=-no-boot-anim --shutdown-on-exit"

exclude:
# Binary packages aren't available for 3.11+ on Android yet
# Binary packages aren't available for 3.12+ on Android yet
- backend: "android"
python-version: "3.11"
python-version: "3.12"

- backend: "android"
python-version: "3.12"
python-version: "3.13-dev"

# Support packages for Flatpak aren't available for 3.12+ on Linux yet
# Support packages for Flatpak aren't available for 3.12+ on Linux yet
- backend: "linux-flatpak"
python-version: "3.12"

- backend: "linux-flatpak"
python-version: "3.13-dev"

steps:
- uses: actions/checkout@v4.1.0
with:
Expand Down

0 comments on commit 0d7fe21

Please sign in to comment.