Skip to content
Draft
Changes from all commits
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
4 changes: 2 additions & 2 deletions .github/workflows/test-python.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ on:
The platforms to run fast tests on, as a JSON array.
fast-test-python-versions:
type: string
default: '["3.10", "3.11", "3.12", "3.13"]'
default: '["3.10", "3.11", "3.12", "3.13", "3.14"]'
description: |
The python versions to run fast tests on, as a JSON array.
slow-test-platforms:
Expand All @@ -19,7 +19,7 @@ on:
The platforms to run slow tests on, as a JSON array.
slow-test-python-versions:
type: string
default: '["3.10"]'
default: '["3.10", "3.14"]'
description: |
The python versions to run slow tests on, as a JSON array.
lowest-python-platform:
Expand Down
Loading