Skip to content

Commit dfd74ac

Browse files
committed
allow prereleases
Signed-off-by: Mike Fiedler <[email protected]>
1 parent 15b1cf2 commit dfd74ac

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/nox-test.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -50,6 +50,7 @@ jobs:
5050
uses: actions/setup-python@e797f83bcb11b83ae66e0230d6156d7c80228e7c # v6.0.0
5151
with:
5252
python-version: ${{ matrix.python-version }}
53+
allow-prereleases: true # For Python 3.14 pre-releases
5354

5455
- name: Setup virtualenv
5556
run: |

0 commit comments

Comments
 (0)