Skip to content

Commit 67c1292

Browse files
committed
set allow-prereleases: true
1 parent a88a0e6 commit 67c1292

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

.github/workflows/validate.yml

+4
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,7 @@ jobs:
1919
- uses: "actions/setup-python@v1"
2020
with:
2121
python-version: "3.13"
22+
allow-prereleases: true
2223
- run: python3 -m pip install black
2324
- run: black .
2425

@@ -30,6 +31,7 @@ jobs:
3031
- uses: "actions/setup-python@v1"
3132
with:
3233
python-version: "3.13"
34+
allow-prereleases: true
3335
- run: python3 -m pip install -r tests/requirements_test.txt
3436
- run: pytest --cov=custom_components
3537

@@ -41,6 +43,7 @@ jobs:
4143
- uses: "actions/setup-python@v1"
4244
with:
4345
python-version: "3.13"
46+
allow-prereleases: true
4447
- run: python3 -m pip install -r tests/requirements_test.txt
4548
- run: pylint custom_components/pyscript/*.py tests/*.py
4649

@@ -52,5 +55,6 @@ jobs:
5255
- uses: "actions/setup-python@v1"
5356
with:
5457
python-version: "3.13"
58+
allow-prereleases: true
5559
- run: python3 -m pip install -r tests/requirements_test.txt
5660
- run: mypy custom_components/pyscript/*.py tests/*.py

0 commit comments

Comments
 (0)