@@ -27,14 +27,14 @@ jobs:
27
27
- name : Set up Python
28
28
uses : actions/setup-python@v2
29
29
with :
30
- python-version : ' 3.9 '
30
+ python-version : ' 3.12 '
31
31
- name : Cache pip modules
32
32
uses : actions/cache@v1
33
33
with :
34
34
path : ~/.cache/pip
35
- key : esphome-pip-3.9 -${{ hashFiles('setup.py') }}
35
+ key : esphome-pip-3.12 -${{ hashFiles('setup.py') }}
36
36
restore-keys : |
37
- esphome-pip-3.9 -
37
+ esphome-pip-3.12 -
38
38
39
39
- name : 💣 Clone esphome project
40
40
run : git clone https://github.com/esphome/esphome.git
@@ -76,14 +76,14 @@ jobs:
76
76
- name : Set up Python
77
77
uses : actions/setup-python@v2
78
78
with :
79
- python-version : ' 3.9 '
79
+ python-version : ' 3.12 '
80
80
- name : Cache pip modules
81
81
uses : actions/cache@v1
82
82
with :
83
83
path : ~/.cache/pip
84
- key : esphome-pip-3.9 -${{ hashFiles('setup.py') }}
84
+ key : esphome-pip-3.12 -${{ hashFiles('setup.py') }}
85
85
restore-keys : |
86
- esphome-pip-3.9 -
86
+ esphome-pip-3.12 -
87
87
88
88
- name : 💣Clone esphome project
89
89
run : git clone https://github.com/esphome/esphome.git
@@ -130,14 +130,14 @@ jobs:
130
130
- name : Set up Python
131
131
uses : actions/setup-python@v2
132
132
with :
133
- python-version : ' 3.9 '
133
+ python-version : ' 3.12 '
134
134
- name : Cache pip modules
135
135
uses : actions/cache@v1
136
136
with :
137
137
path : ~/.cache/pip
138
- key : esphome-pip-3.9 -${{ hashFiles('setup.py') }}
138
+ key : esphome-pip-3.12 -${{ hashFiles('setup.py') }}
139
139
restore-keys : |
140
- esphome-pip-3.9 -
140
+ esphome-pip-3.12 -
141
141
142
142
- name : 💣Clone esphome project
143
143
run : git clone https://github.com/esphome/esphome.git
@@ -180,10 +180,10 @@ jobs:
180
180
steps :
181
181
- name : ⤵️ Check out configuration from GitHub
182
182
uses : actions/checkout@v2
183
- - name : Setup Python 3.9
183
+ - name : Setup Python 3.12
184
184
uses : actions/setup-python@v1
185
185
with :
186
- python-version : 3.9
186
+ python-version : 3.12
187
187
- name : Install dependencies
188
188
run : |
189
189
python -m pip install --upgrade pip setuptools wheel
@@ -238,10 +238,10 @@ jobs:
238
238
path : .pioenvs
239
239
key : esphome-compile-pioenvs-${{ hashFiles('*.yaml') }}
240
240
restore-keys : esphome-compile-pioenvs-
241
- - name : Set up Python 3.9
241
+ - name : Set up Python 3.12
242
242
uses : actions/setup-python@v1
243
243
with :
244
- python-version : 3.9
244
+ python-version : 3.12
245
245
- name : Install dependencies
246
246
run : |
247
247
python -m pip install --upgrade pip setuptools wheel
0 commit comments