Skip to content

Commit ef85336

Browse files
committed
Fixed typing job not finding Python 3.14
1 parent 080b3f4 commit ef85336

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
@@ -18,6 +18,7 @@ jobs:
1818
uses: actions/setup-python@v5
1919
with:
2020
python-version: ${{ matrix.python-version }}
21+
allow-prereleases: true
2122
- uses: actions/cache@v4
2223
with:
2324
path: ~/.cache/pip

0 commit comments

Comments
 (0)