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 68558b5 commit 1e4e701Copy full SHA for 1e4e701
1 file changed
.github/workflows/test.yml
@@ -40,6 +40,8 @@ jobs:
40
41
- name: Run DASL Python harness.
42
working-directory: dasl-testing/harnesses/python
43
+ env:
44
+ UV_PYTHON: "3.13" # DASL testing requires Python 3.13+
45
run: |
46
RESULT_JSON=$(uv run --with cbor2 python main.py libipld)
47
{
0 commit comments