@@ -16,15 +16,15 @@ jobs:
1616 env :
1717 GITHUB_CONTEXT : ${{ toJson(github) }}
1818 run : echo "$GITHUB_CONTEXT"
19- - name : Set up Python 3.5
19+ - name : Set up Python 3.8
2020 uses : actions/setup-python@v1
2121 with :
22- python-version : 3.5
22+ python-version : 3.8
2323 - name : Install deps
2424 run : |
2525 sudo apt-get install -y eatmydata
2626 sudo eatmydata apt-get install -y gettext librsvg2-bin mingw-w64
27- pip install requests sh click setuptools cpp-coveralls Sphinx sphinx-rtd-theme recommonmark sphinxcontrib-svg2pdfconverter polib pyyaml
27+ pip install requests sh click setuptools cpp-coveralls " Sphinx<4" sphinx-rtd-theme recommonmark sphinxcontrib-svg2pdfconverter polib pyyaml
2828 - name : Versions
2929 run : |
3030 gcc --version
4242 make -C ports/unix -j2
4343 make -C ports/unix coverage -j2
4444 - 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
4646 working-directory : tests
4747 - name : Print failure info
4848 run : |
@@ -54,10 +54,10 @@ jobs:
5454 working-directory : tests
5555 if : failure()
5656 - 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
5858 working-directory : tests
5959 - 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
6161 working-directory : tests
6262 - name : Docs
6363 run : sphinx-build -E -W -b html . _build/html
@@ -189,6 +189,7 @@ jobs:
189189 - " mini_sam_m4"
190190 - " monster_m4sk"
191191 - " ndgarage_ndbit6"
192+ - " nfc_copy_cat"
192193 - " nucleo_f767zi"
193194 - " nucleo_h743zi_2"
194195 - " ohs2020_badge"
@@ -246,10 +247,10 @@ jobs:
246247 - " xinabox_cs11"
247248
248249 steps :
249- - name : Set up Python 3.5
250+ - name : Set up Python 3.8
250251 uses : actions/setup-python@v1
251252 with :
252- python-version : 3.5
253+ python-version : 3.8
253254 - name : Install deps
254255 run : |
255256 sudo apt-get install -y gettext
@@ -292,10 +293,10 @@ jobs:
292293 - " fomu"
293294
294295 steps :
295- - name : Set up Python 3.5
296+ - name : Set up Python 3.8
296297 uses : actions/setup-python@v1
297298 with :
298- python-version : 3.5
299+ python-version : 3.8
299300 - name : Install deps
300301 run : |
301302 sudo apt-get install -y gettext
@@ -326,4 +327,4 @@ jobs:
326327 env :
327328 AWS_ACCESS_KEY_ID : ${{ secrets.AWS_ACCESS_KEY_ID }}
328329 AWS_SECRET_ACCESS_KEY : ${{ secrets.AWS_SECRET_ACCESS_KEY }}
329- if : github.event_name == 'push' || (github.event_name == 'release' && (github.event.action == 'published' || github.event.action == 'rerequested'))
330+ if : github.event_name == 'push' || (github.event_name == 'release' && (github.event.action == 'published' || github.event.action == 'rerequested'))
0 commit comments