Skip to content

Commit e46b6d3

Browse files
Update .github/workflows/ci.yml
Co-authored-by: coderabbitai[bot] <136622811+coderabbitai[bot]@users.noreply.github.com>
1 parent 9e82282 commit e46b6d3

1 file changed

Lines changed: 4 additions & 1 deletion

File tree

.github/workflows/ci.yml

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,10 @@ jobs:
1717
- name: Set up Python
1818
uses: actions/setup-python@v5
1919
with:
20-
python-version: '3.13'
20+
# Prefer released versions or test a matrix of supported ones
21+
python-version: |
22+
3.11
23+
3.12
2124
2225
- name: Install uv
2326
uses: astral-sh/setup-uv@v2

0 commit comments

Comments
 (0)