File tree 3 files changed +6
-5
lines changed 3 files changed +6
-5
lines changed Original file line number Diff line number Diff line change @@ -31,10 +31,10 @@ jobs:
31
31
steps :
32
32
- name : Check out code from GitHub
33
33
uses : " actions/checkout@v3"
34
- - name : Set up Python 3.10
34
+ - name : Set up Python 3.13
35
35
uses : actions/setup-python@v4
36
36
with :
37
- python-version : ' 3.10 '
37
+ python-version : ' 3.13 '
38
38
- name : Generate Requirements lists
39
39
run : |
40
40
python3 .github/generate_requirements.py
Original file line number Diff line number Diff line change @@ -34,10 +34,10 @@ jobs:
34
34
- name : Check out repository
35
35
uses : actions/checkout@v2
36
36
37
- - name : Set up Python 3.8
37
+ - name : Set up Python 3.13
38
38
uses : actions/setup-python@v1
39
39
with :
40
- python-version : 3.8
40
+ python-version : 3.13
41
41
42
42
- name : Install requirements
43
43
run : |
Original file line number Diff line number Diff line change 2
2
"name" : " Mikrotik Router" ,
3
3
"homeassistant" : " 2024.3.0" ,
4
4
"render_readme" : false ,
5
- "zip_release" : true
5
+ "zip_release" : true ,
6
+ "filename" : " mikrotik_router.zip"
6
7
}
You can’t perform that action at this time.
0 commit comments