Skip to content

Commit d0c80ac

Browse files
committed
Allow prereleases in CI for Python 3.15 beta
1 parent 6bfff61 commit d0c80ac

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

.github/workflows/ci.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,7 @@ jobs:
2121
uses: actions/setup-python@v5
2222
with:
2323
python-version: ${{ matrix.python-version }}
24+
allow-prereleases: true
2425
- uses: actions/cache@v4
2526
with:
2627
path: ~/.cache/pip

0 commit comments

Comments
 (0)