Skip to content

Commit 4657b6d

Browse files
jamt9000claude
andcommitted
fix: Use Python 3.12 for pyright workflow to match requires-python constraint
pyproject.toml declares requires-python = ">=3.9,<3.13", so Python 3.13 is not a supported version. Use 3.12 instead. Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
1 parent 5034a98 commit 4657b6d

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/pyright.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ jobs:
1515
- name: Set up Python
1616
uses: actions/setup-python@v5
1717
with:
18-
python-version: '3.13'
18+
python-version: '3.12'
1919

2020
- name: Install dependencies
2121
run: |

0 commit comments

Comments
 (0)