We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 314a489 commit b931b7bCopy full SHA for b931b7b
1 file changed
.github/workflows/tests.yaml
@@ -44,6 +44,8 @@ jobs:
44
uses: astral-sh/setup-uv@v3
45
with:
46
enable-cache: true
47
+ - name: Install minimum supported mpython
48
+ run: uv python install 3.10
49
- name: Install minimum dependencies
50
run: uv sync --all-extras --resolution=lowest-direct
51
- name: Run tests
0 commit comments