Skip to content

Commit

Permalink
Finalize 3.12 runners.
Browse files Browse the repository at this point in the history
  • Loading branch information
freakboy3742 committed Oct 4, 2023
1 parent e09bef0 commit df25b53
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,20 +30,20 @@ jobs:
strategy:
fail-fast: false
matrix:
python-version: [ "3.8", "3.9", "3.10", "3.11", "3.12-dev" ]
python-version: [ "3.8", "3.9", "3.10", "3.11", "3.12" ]
framework: [ "toga", "pyside2", "pyside6", "ppb", "pygame" ]
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"
- python-version: "3.12-dev"
- python-version: "3.12"
framework: "pyside2"
# PySide6 hasn't published a binary wheel that is compatible
# with Python 3.12 yet.
- python-version: "3.12-dev"
- python-version: "3.12"
framework: "pyside6"
# Pygame hasn't published a binary wheel that is compatible
# with Python 3.12 yet.
- python-version: "3.12-dev"
- python-version: "3.12"
framework: "pygame"

0 comments on commit df25b53

Please sign in to comment.