Skip to content

Commit 8a2a9f1

Browse files
Pin Python version to 3.13 to avoid PyO3 compatibility issues
Co-authored-by: sophiagavrila <57912010+sophiagavrila@users.noreply.github.com>
1 parent 9ea47f9 commit 8a2a9f1

3 files changed

Lines changed: 3 additions & 3 deletions

File tree

.github/workflows/pyright.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ jobs:
1616
- name: Set up Python
1717
uses: actions/setup-python@v6
1818
with:
19-
python-version: '3.x'
19+
python-version: '3.13'
2020
- name: Install uv
2121
uses: astral-sh/setup-uv@v5
2222
- name: Install dependencies

.github/workflows/pytest.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ jobs:
2222
- name: Set up Python
2323
uses: actions/setup-python@v6
2424
with:
25-
python-version: '3.x'
25+
python-version: ${{ matrix.python-version }}
2626
- name: Install uv
2727
uses: astral-sh/setup-uv@v5
2828
- name: Install dependencies

.github/workflows/ruff.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ jobs:
1616
- name: Set up Python
1717
uses: actions/setup-python@v6
1818
with:
19-
python-version: '3.x'
19+
python-version: '3.13'
2020
- name: Install uv
2121
uses: astral-sh/setup-uv@v5
2222
- name: Install dependencies

0 commit comments

Comments
 (0)