Skip to content

Commit 0c4e5ed

Browse files
committed
ci: remove allow-prereleases for Python 3.14
allow-prereleases is not longer needed for Python 3.14.
1 parent 1753e9a commit 0c4e5ed

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

.github/workflows/pythonpackage.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,6 @@ jobs:
3131
uses: actions/setup-python@v5
3232
with:
3333
python-version: ${{ matrix.python-version }}
34-
allow-prereleases: true
3534
cache: "poetry"
3635
- name: Install dependencies
3736
run: poetry install --no-interaction

0 commit comments

Comments
 (0)