Skip to content

Commit 39cb867

Browse files
committed
Fix: Upgrade Python version in CI to 3.11
1 parent 46b926b commit 39cb867

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/python-tests.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ jobs:
2222
version: "latest"
2323

2424
- name: Set up Python
25-
run: uv python install 3.10
25+
run: uv python install 3.11
2626

2727
- name: Install dependencies
2828
run: |

0 commit comments

Comments
 (0)