Skip to content

Commit 96d1c39

Browse files
committed
Drop WioTerminal support, update dependencies.
1 parent a030b9b commit 96d1c39

File tree

11 files changed

+8
-733
lines changed

11 files changed

+8
-733
lines changed

.github/workflows/build.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -19,10 +19,10 @@ jobs:
1919
source: '.'
2020
extensions: 'h,cpp,ino'
2121
clangFormatVersion: 9
22-
- name: Set up Python 3.7
23-
uses: actions/setup-python@v1
22+
- name: Set up Python 3.9
23+
uses: actions/setup-python@v2
2424
with:
25-
python-version: 3.7
25+
python-version: 3.9
2626
- name: Install dependencies
2727
run: |
2828
python -m pip install --upgrade pip

0 commit comments

Comments
 (0)