Skip to content

Commit 2a3a83a

Browse files
committed
Run CI only on Python 3
1 parent bcc41c4 commit 2a3a83a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/examples.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ jobs:
88
fail-fast: false
99
matrix:
1010
os: [ubuntu-16.04, windows-latest, macos-latest]
11-
python-version: [2.7, 3.7]
11+
python-version: [3.7]
1212
example:
1313
- "examples/arduino-blink"
1414
- "examples/arduino-external-libs"

0 commit comments

Comments
 (0)