mirror of
https://github.com/Textualize/textual.git
synced 2025-10-17 02:38:12 +03:00
ci: remove allow-prereleases for Python 3.14
allow-prereleases is no longer needed for Python 3.14.
This commit is contained in:
1
.github/workflows/pythonpackage.yml
vendored
1
.github/workflows/pythonpackage.yml
vendored
@@ -32,7 +32,6 @@ jobs:
|
|||||||
uses: actions/setup-python@v5
|
uses: actions/setup-python@v5
|
||||||
with:
|
with:
|
||||||
python-version: ${{ matrix.python-version }}
|
python-version: ${{ matrix.python-version }}
|
||||||
allow-prereleases: true
|
|
||||||
cache: "poetry"
|
cache: "poetry"
|
||||||
- name: Install dependencies
|
- name: Install dependencies
|
||||||
run: poetry install --no-interaction --extras syntax
|
run: poetry install --no-interaction --extras syntax
|
||||||
|
|||||||
Reference in New Issue
Block a user