File tree 3 files changed +5
-5
lines changed
3 files changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -18,10 +18,10 @@ jobs:
18
18
awk -F '\/' '{ print tolower($2) }' |
19
19
tr '_' '-'
20
20
)
21
- - name : Set up Python 3.6
21
+ - name : Set up Python 3.7
22
22
uses : actions/setup-python@v1
23
23
with :
24
- python-version : 3.6
24
+ python-version : 3.7
25
25
- name : Versions
26
26
run : |
27
27
python3 --version
Original file line number Diff line number Diff line change @@ -20,10 +20,10 @@ jobs:
20
20
awk -F '\/' '{ print tolower($2) }' |
21
21
tr '_' '-'
22
22
)
23
- - name : Set up Python 3.6
23
+ - name : Set up Python 3.7
24
24
uses : actions/setup-python@v1
25
25
with :
26
- python-version : 3.6
26
+ python-version : 3.7
27
27
- name : Versions
28
28
run : |
29
29
python3 --version
Original file line number Diff line number Diff line change 21
21
# Uncomment the below if you use native CircuitPython modules such as
22
22
# digitalio, micropython and busio. List the modules you use. Without it, the
23
23
# autodoc module docs will fail to generate with a warning.
24
- # autodoc_mock_imports = ["digitalio", "busio"]
24
+ autodoc_mock_imports = ["bleak" , "digitalio" , "busio" ]
25
25
26
26
27
27
intersphinx_mapping = {
You can’t perform that action at this time.
0 commit comments