|
18 | 18 | - uses: "actions/checkout@v2"
|
19 | 19 | - uses: "actions/setup-python@v1"
|
20 | 20 | with:
|
21 | | - python-version: "3.12" |
| 21 | + python-version: "3.13" |
22 | 22 | allow-prereleases: true
|
23 | 23 | - run: python3 -m pip install black
|
24 | 24 | - run: black .
|
|
30 | 30 | - uses: "actions/checkout@v2"
|
31 | 31 | - uses: "actions/setup-python@v1"
|
32 | 32 | with:
|
33 | | - python-version: "3.12" |
| 33 | + python-version: "3.13" |
34 | 34 | allow-prereleases: true
|
35 | 35 | - run: python3 -m pip install -r tests/requirements_test.txt
|
36 | 36 | - run: pytest --cov=custom_components
|
|
42 | 42 | - uses: "actions/checkout@v2"
|
43 | 43 | - uses: "actions/setup-python@v1"
|
44 | 44 | with:
|
45 | | - python-version: "3.12" |
| 45 | + python-version: "3.13" |
46 | 46 | allow-prereleases: true
|
47 | 47 | - run: python3 -m pip install -r tests/requirements_test.txt
|
48 | 48 | - run: pylint custom_components/pyscript/*.py tests/*.py
|
|
54 | 54 | - uses: "actions/checkout@v2"
|
55 | 55 | - uses: "actions/setup-python@v1"
|
56 | 56 | with:
|
57 | | - python-version: "3.12" |
| 57 | + python-version: "3.13" |
58 | 58 | allow-prereleases: true
|
59 | 59 | - run: python3 -m pip install -r tests/requirements_test.txt
|
60 | 60 | - run: mypy custom_components/pyscript/*.py tests/*.py
|
0 commit comments