Browse Source

allow Python pre-release for now

pull/14110/head
svlandeg 10 months ago
parent
commit
d924b41dfc
  1. 1
      .github/workflows/test.yml

1
.github/workflows/test.yml

@ -67,6 +67,7 @@ jobs:
uses: actions/setup-python@v6
with:
python-version: ${{ matrix.python-version }}
allow-prereleases: true
- name: Setup uv
uses: astral-sh/setup-uv@v6
with:

Loading…
Cancel
Save