Skip to content
Open
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
6 changes: 3 additions & 3 deletions .github/workflows/checks.yml
Original file line number Diff line number Diff line change
Expand Up @@ -78,7 +78,7 @@ jobs:
- name: Set up Python
uses: actions/[email protected]
with:
python-version: "3.9"
python-version: "3.9 || 3.14"

- name: Get Python Version
id: get_python_version
Expand Down Expand Up @@ -112,7 +112,7 @@ jobs:
- uses: actions/[email protected]
- uses: actions/setup-python@v6
with:
python-version: "3.12"
python-version: "3.12 || 3.14"
- name: Download coverage reports
uses: actions/[email protected]
with:
Expand Down Expand Up @@ -163,7 +163,7 @@ jobs:
- name: Set up Python
uses: actions/[email protected]
with:
python-version: "3.9"
python-version: "3.9 || 3.14"
- name: Get Python Version
id: get_python_version
run: echo "python_version=$(python --version)" >> $GITHUB_OUTPUT
Expand Down