ci: remove allow-prereleases for Python 3.14

allow-prereleases is no longer needed for Python 3.14.
This commit is contained in:
TomJGooding
2025-10-09 11:36:10 +01:00
parent ebcec493c5
commit 156eb68ffc

View File

@@ -32,7 +32,6 @@ jobs:
uses: actions/setup-python@v5
with:
python-version: ${{ matrix.python-version }}
allow-prereleases: true
cache: "poetry"
- name: Install dependencies
run: poetry install --no-interaction --extras syntax