Skip to content

Commit f984abe

Browse files
committed
bump python to 3.13
1 parent 842be4e commit f984abe

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

.github/workflows/validate.yml

+4-4
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ jobs:
1818
- uses: "actions/checkout@v2"
1919
- uses: "actions/setup-python@v1"
2020
with:
21-
python-version: "3.12"
21+
python-version: "3.13"
2222
allow-prereleases: true
2323
- run: python3 -m pip install black
2424
- run: black .
@@ -30,7 +30,7 @@ jobs:
3030
- uses: "actions/checkout@v2"
3131
- uses: "actions/setup-python@v1"
3232
with:
33-
python-version: "3.12"
33+
python-version: "3.13"
3434
allow-prereleases: true
3535
- run: python3 -m pip install -r tests/requirements_test.txt
3636
- run: pytest --cov=custom_components
@@ -42,7 +42,7 @@ jobs:
4242
- uses: "actions/checkout@v2"
4343
- uses: "actions/setup-python@v1"
4444
with:
45-
python-version: "3.12"
45+
python-version: "3.13"
4646
allow-prereleases: true
4747
- run: python3 -m pip install -r tests/requirements_test.txt
4848
- run: pylint custom_components/pyscript/*.py tests/*.py
@@ -54,7 +54,7 @@ jobs:
5454
- uses: "actions/checkout@v2"
5555
- uses: "actions/setup-python@v1"
5656
with:
57-
python-version: "3.12"
57+
python-version: "3.13"
5858
allow-prereleases: true
5959
- run: python3 -m pip install -r tests/requirements_test.txt
6060
- run: mypy custom_components/pyscript/*.py tests/*.py

0 commit comments

Comments
 (0)