Skip to content

Commit

Permalink
Merge pull request #1990 from EliahKagan/py313-unix
Browse files Browse the repository at this point in the history
Test Python 3.13 regularly on Ubuntu and macOS on CI
  • Loading branch information
Byron authored Jan 5, 2025
2 parents f057766 + 85d72ef commit 405b029
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions .github/workflows/pythonpackage.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,10 +13,12 @@ jobs:
strategy:
matrix:
os-type: [ubuntu, macos, windows]
python-version: ["3.7", "3.8", "3.9", "3.10", "3.11", "3.12"]
python-version: ["3.7", "3.8", "3.9", "3.10", "3.11", "3.12", "3.13"]
exclude:
- os-type: macos
python-version: "3.7"
python-version: "3.7" # Not available for the ARM-based macOS runners.
- os-type: windows
python-version: "3.13" # FIXME: Fix and enable Python 3.13 on Windows (#1955).
include:
- os-ver: latest
- os-type: ubuntu
Expand Down

0 comments on commit 405b029

Please sign in to comment.