Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Remove Windows Store Python testing from CI #25

Merged
merged 1 commit into from
Nov 14, 2023
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
19 changes: 9 additions & 10 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,16 +6,23 @@ on:
- main
workflow_call:

concurrency:
group: ${{ github.ref }}
cancel-in-progress: true

defaults:
run:
shell: bash # https://github.com/beeware/briefcase/pull/912

env:
FORCE_COLOR: "1"

jobs:
pre-commit:
name: Pre-commit checks
uses: beeware/.github/.github/workflows/pre-commit-run.yml@main
with:
pre-commit-source: "pre-commit"
pre-commit-source: pre-commit

verify-apps:
name: Build apps
Expand All @@ -32,21 +39,13 @@ jobs:
fail-fast: false
matrix:
python-version: [ "3.8", "3.9", "3.10", "3.11", "3.12" ]
python-source: [ "github", "winstore" ]
# PySide2 and PySide6 produce very long paths that can't be packaged
# by WiX. Disable these targets until the problem has been fixed.
# See beeware/briefcase#948
# framework: ["toga", "pyside2", "pyside6", "ppb"]
framework: [ "toga", "ppb", "pygame" ]
exclude:
#exclude:
# # PySide2 doesn't publish a binary wheel that is compatible
# # with Python 3.11, and is unlikely to ever do so.
# - python-version: "3.11"
# framework: "pyside2"
# Pygame hasn't published 3.12 wheels yet.
- python-version: 3.12
python-source: github
framework: pygame
- python-version: 3.12
python-source: winstore
framework: pygame