Skip to content

Commit 5c9d396

Browse files
committed
Use pyproject.toml to select python version in CI
1 parent 11d3b34 commit 5c9d396

File tree

2 files changed

+1
-2
lines changed

2 files changed

+1
-2
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ jobs:
2020
- name: Setup Python
2121
uses: actions/setup-python@v5
2222
with:
23-
python-version-file: ".python-version"
23+
python-version-file: "pyproject.toml"
2424
- name: Install dependencies
2525
run: uv sync
2626
- name: Configure environment

.python-version

Lines changed: 0 additions & 1 deletion
This file was deleted.

0 commit comments

Comments
 (0)