Skip to content

Commit 46dae44

Browse files
authored
Merge pull request #222 from adafruit/python37-patch
Added python 3.7 CI patch
2 parents 4a53e58 + 11364af commit 46dae44

File tree

1 file changed

+22
-0
lines changed

1 file changed

+22
-0
lines changed
Lines changed: 22 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,22 @@
1+
From 8aae58251db367121928397025fcd7a487e1ba9c Mon Sep 17 00:00:00 2001
2+
From: Dylan Herrada <[email protected]>
3+
Date: Thu, 20 May 2021 16:13:41 -0400
4+
Subject: [PATCH] Moved CI to Python 3.7
5+
6+
---
7+
.github/workflows/build.yml | 4 ++--
8+
1 file changed, 2 insertions(+), 2 deletions(-)
9+
10+
diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml
11+
index 0a44310..a9516b8 100644
12+
--- a/.github/workflows/build.yml
13+
+++ b/.github/workflows/build.yml
14+
@@ -25 +25 @@ jobs:
15+
- - name: Set up Python 3.6
16+
+ - name: Set up Python 3.7
17+
@@ -28 +28 @@ jobs:
18+
- python-version: 3.6
19+
+ python-version: 3.7
20+
--
21+
2.25.1
22+

0 commit comments

Comments
 (0)