Skip to content

Commit b5f9d97

Browse files
committed
allow Python prereleases (for now)
1 parent 342e683 commit b5f9d97

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/test.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -59,6 +59,7 @@ jobs:
5959
uses: actions/setup-python@v6
6060
with:
6161
python-version: ${{ matrix.python-version }}
62+
allow-prereleases: true
6263
- name: Setup uv
6364
uses: astral-sh/setup-uv@v6
6465
with:

0 commit comments

Comments
 (0)