Skip to content

Commit

Permalink
Test Python 3.13 on CI
Browse files Browse the repository at this point in the history
As this is being integrated, Python 3.13 is no longer a release
candidate, but this marks it experimental since that might also be
used temporarily to prevent some of the failures mentioned in gitpython-developers#1955
from failing the workflow.

But right now this allows the workflow to fail.
  • Loading branch information
EliahKagan committed Jan 2, 2025
1 parent 3977907 commit edfe326
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/pythonpackage.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ 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"
Expand All @@ -23,6 +23,8 @@ jobs:
python-version: "3.7"
os-ver: "22.04"
- experimental: false
- python-version: "3.13"
experimental: true

fail-fast: false

Expand Down

0 comments on commit edfe326

Please sign in to comment.