Skip to content

Commit b931b7b

Browse files
committed
fix: GHA run minversions runs the minimum supported Python version
1 parent 314a489 commit b931b7b

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

.github/workflows/tests.yaml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -44,6 +44,8 @@ jobs:
4444
uses: astral-sh/setup-uv@v3
4545
with:
4646
enable-cache: true
47+
- name: Install minimum supported mpython
48+
run: uv python install 3.10
4749
- name: Install minimum dependencies
4850
run: uv sync --all-extras --resolution=lowest-direct
4951
- name: Run tests

0 commit comments

Comments
 (0)