Skip to content
Draft
Changes from 1 commit
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
NextNext commit
Test Python 3.13 on CI
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 #1955 from failing the workflow. But right now this allows the workflow to fail.
  • Loading branch information
@EliahKagan
EliahKagan committed Mar 7, 2025
commit cd336f4eff6ad72631ab1f54ff406ed854cfe69f
2 changes: 2 additions & 0 deletions .github/workflows/pythonpackage.yml
Original file line numberDiff line numberDiff line change
Expand Up@@ -25,6 +25,8 @@ jobs:
python-version: "3.7"
os-ver: "22.04"
- experimental: false
- python-version: "3.13"
experimental: true

fail-fast: false

Expand Down