Skip to content

Commit 1e4e701

Browse files
committed
fix python version for dasl
1 parent 68558b5 commit 1e4e701

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

.github/workflows/test.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -40,6 +40,8 @@ jobs:
4040

4141
- name: Run DASL Python harness.
4242
working-directory: dasl-testing/harnesses/python
43+
env:
44+
UV_PYTHON: "3.13" # DASL testing requires Python 3.13+
4345
run: |
4446
RESULT_JSON=$(uv run --with cbor2 python main.py libipld)
4547
{

0 commit comments

Comments
 (0)