Skip to content

Commit

Permalink
Merge pull request #31 from beeware/system-python
Browse files Browse the repository at this point in the history
Include explicit testing for system python.
  • Loading branch information
freakboy3742 authored Oct 16, 2024
2 parents 710fe0a + c616f89 commit 5e999d2
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -38,5 +38,9 @@ jobs:
strategy:
fail-fast: false
matrix:
python-version: [ "3.9", "3.10", "3.11", "3.12" ]
python-version: [ "system", "3.9", "3.10", "3.11", "3.12", "3.13" ]
framework: [ "toga", "pyside6", "pygame", "console" ]
exclude:
# PySide6 doesn't support Python 3.13 yet
- python-version: 3.13
framework: pyside6

0 comments on commit 5e999d2

Please sign in to comment.