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 490357c commit eefd06fCopy full SHA for eefd06f
1 file changed
.github/workflows/test.yml
@@ -40,6 +40,8 @@ jobs:
40
41
- name: Build libipld wheel.
42
run: uv build --wheel
43
+ env:
44
+ UV_PYTHON: "3.13" # DASL testing requires Python 3.13+
45
46
- name: Run DASL Python harness.
47
working-directory: dasl-testing/harnesses/python
0 commit comments