File tree 4 files changed +35
-9
lines changed
custom_components/speedport
4 files changed +35
-9
lines changed Original file line number Diff line number Diff line change 13
13
strategy :
14
14
fail-fast : false
15
15
matrix :
16
- python-version : ["3.11"]
16
+ include :
17
+ - home-assistant : " 2023.1.0"
18
+ python-version : " 3.10"
19
+ - home-assistant : " 2023.2.0"
20
+ python-version : " 3.10"
21
+ - home-assistant : " 2023.3.0"
22
+ python-version : " 3.10"
23
+ - home-assistant : " 2023.4.0"
24
+ python-version : " 3.10"
25
+ - home-assistant : " 2023.5.0"
26
+ python-version : " 3.10"
27
+ - home-assistant : " 2023.6.0"
28
+ python-version : " 3.10"
29
+ - home-assistant : " 2023.7.0"
30
+ python-version : " 3.10"
31
+ - home-assistant : " 2023.7.0"
32
+ python-version : " 3.11"
33
+ - home-assistant : " 2023.8.0"
34
+ python-version : " 3.11"
35
+ - home-assistant : " 2023.9.0"
36
+ python-version : " 3.11"
37
+ - home-assistant : " 2023.10.0"
38
+ python-version : " 3.11"
39
+ - home-assistant : " 2023.11.0"
40
+ python-version : " 3.11"
17
41
18
42
steps :
19
43
- uses : actions/checkout@v3
23
47
python-version : ${{ matrix.python-version }}
24
48
- name : Install dependencies
25
49
run : |
50
+ python -m pip install homeassistant~=${{ matrix.home-assistant }}
26
51
python -m pip install --upgrade pip
27
52
python -m pip install -r requirements.txt
28
53
python -m pip install -r requirements_dev.txt
Original file line number Diff line number Diff line change 12
12
"iot_class" : " local_polling" ,
13
13
"issue_tracker" : " https://github.com/Andre0512/speedport/issues" ,
14
14
"requirements" : [
15
- " speedport-api==0.5.6"
15
+ " speedport-api==0.5.8" ,
16
+ " pytz>=2023.3"
16
17
],
17
18
"version" : " 0.3.3"
18
19
}
Original file line number Diff line number Diff line change 1
- speedport-api == 0.5.6
2
- homeassistant ~= 2023.10
3
- pytz ~= 2023.3
1
+ speedport-api == 0.5.8
2
+ pytz >= 2023.3
Original file line number Diff line number Diff line change 1
- black~=23.9
2
- flake8~=6.1
3
- mypy~=1.6
4
- pylint~=3.0
1
+ black>=22.12
2
+ flake8>=6.0
3
+ mypy>=0.991
4
+ pylint>=2.15
5
+ setuptools>=62.3
You can’t perform that action at this time.
0 commit comments