File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change 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 .
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
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
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
You can’t perform that action at this time.
0 commit comments