Skip to content

Commit 8da89ce

Browse files
authored
Merge pull request #223 from adafruit/python-patch-2
Added working python3.7 patch
2 parents 46dae44 + de0b128 commit 8da89ce

File tree

1 file changed

+13
-6
lines changed

1 file changed

+13
-6
lines changed
Lines changed: 13 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,22 +1,29 @@
1-
From 8aae58251db367121928397025fcd7a487e1ba9c Mon Sep 17 00:00:00 2001
2-
From: Dylan Herrada <[email protected].com>
3-
Date: Thu, 20 May 2021 16:13:41 -0400
1+
From f2d8d960f1713c8e161b78826a52ef79816c7a19 Mon Sep 17 00:00:00 2001
2+
From: dherrada <dylan.herrada@adafruit.com>
3+
Date: Mon, 24 May 2021 09:54:31 -0400
44
Subject: [PATCH] Moved CI to Python 3.7
55

66
---
77
.github/workflows/build.yml | 4 ++--
88
1 file changed, 2 insertions(+), 2 deletions(-)
99

1010
diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml
11-
index 0a44310..a9516b8 100644
11+
index 0ab7182..c4c975d 100644
1212
--- a/.github/workflows/build.yml
1313
+++ b/.github/workflows/build.yml
14-
@@ -25 +25 @@ jobs:
14+
@@ -22,10 +22,10 @@ jobs:
15+
awk -F '\/' '{ print tolower($2) }' |
16+
tr '_' '-'
17+
)
1518
- - name: Set up Python 3.6
1619
+ - name: Set up Python 3.7
17-
@@ -28 +28 @@ jobs:
20+
uses: actions/setup-python@v1
21+
with:
1822
- python-version: 3.6
1923
+ python-version: 3.7
24+
- name: Versions
25+
run: |
26+
python3 --version
2027
--
2128
2.25.1
2229

0 commit comments

Comments
 (0)