@@ -16,10 +16,10 @@ jobs:
16
16
env :
17
17
GITHUB_CONTEXT : ${{ toJson(github) }}
18
18
run : echo "$GITHUB_CONTEXT"
19
- - name : Set up Python 3.5
19
+ - name : Set up Python 3.8
20
20
uses : actions/setup-python@v1
21
21
with :
22
- python-version : 3.5
22
+ python-version : 3.8
23
23
- name : Install deps
24
24
run : |
25
25
sudo apt-get install -y eatmydata
42
42
make -C ports/unix -j2
43
43
make -C ports/unix coverage -j2
44
44
- name : Test all
45
- run : MICROPY_CPYTHON3=python3.5 MICROPY_MICROPYTHON=../ports/unix/micropython_coverage ./run-tests -j1
45
+ run : MICROPY_CPYTHON3=python3.8 MICROPY_MICROPYTHON=../ports/unix/micropython_coverage ./run-tests -j1
46
46
working-directory : tests
47
47
- name : Print failure info
48
48
run : |
@@ -54,10 +54,10 @@ jobs:
54
54
working-directory : tests
55
55
if : failure()
56
56
- name : Native Tests
57
- run : MICROPY_CPYTHON3=python3.5 MICROPY_MICROPYTHON=../ports/unix/micropython_coverage ./run-tests -j1 --emit native
57
+ run : MICROPY_CPYTHON3=python3.8 MICROPY_MICROPYTHON=../ports/unix/micropython_coverage ./run-tests -j1 --emit native
58
58
working-directory : tests
59
59
- name : mpy Tests
60
- run : MICROPY_CPYTHON3=python3.5 MICROPY_MICROPYTHON=../ports/unix/micropython_coverage ./run-tests -j1 --via-mpy -d basics float
60
+ run : MICROPY_CPYTHON3=python3.8 MICROPY_MICROPYTHON=../ports/unix/micropython_coverage ./run-tests -j1 --via-mpy -d basics float
61
61
working-directory : tests
62
62
- name : Docs
63
63
run : sphinx-build -E -W -b html . _build/html
@@ -244,10 +244,10 @@ jobs:
244
244
- " xinabox_cs11"
245
245
246
246
steps :
247
- - name : Set up Python 3.5
247
+ - name : Set up Python 3.8
248
248
uses : actions/setup-python@v1
249
249
with :
250
- python-version : 3.5
250
+ python-version : 3.8
251
251
- name : Install deps
252
252
run : |
253
253
sudo apt-get install -y gettext
@@ -290,10 +290,10 @@ jobs:
290
290
- " fomu"
291
291
292
292
steps :
293
- - name : Set up Python 3.5
293
+ - name : Set up Python 3.8
294
294
uses : actions/setup-python@v1
295
295
with :
296
- python-version : 3.5
296
+ python-version : 3.8
297
297
- name : Install deps
298
298
run : |
299
299
sudo apt-get install -y gettext
0 commit comments