Skip to content

Commit 50b73a0

Browse files
Try fixing python version mismatch
1 parent e02844f commit 50b73a0

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/CI.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,7 @@ jobs:
5959
- name: Set up Python
6060
uses: actions/setup-python@v5
6161
with:
62-
python-version-file: "pyproject.toml"
62+
python-version-file: ".python-version"
6363
- uses: astral-sh/setup-uv@v6
6464
with:
6565
enable-cache: true

.python-version

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
3.12
1+
3.13

0 commit comments

Comments
 (0)