aboutsummaryrefslogtreecommitdiff
path: root/circuitpython/tools/adabot/patches/0001-Moved-CI-to-Python-3.7.patch
diff options
context:
space:
mode:
Diffstat (limited to 'circuitpython/tools/adabot/patches/0001-Moved-CI-to-Python-3.7.patch')
-rw-r--r--circuitpython/tools/adabot/patches/0001-Moved-CI-to-Python-3.7.patch29
1 files changed, 29 insertions, 0 deletions
diff --git a/circuitpython/tools/adabot/patches/0001-Moved-CI-to-Python-3.7.patch b/circuitpython/tools/adabot/patches/0001-Moved-CI-to-Python-3.7.patch
new file mode 100644
index 0000000..838d491
--- /dev/null
+++ b/circuitpython/tools/adabot/patches/0001-Moved-CI-to-Python-3.7.patch
@@ -0,0 +1,29 @@
+From f2d8d960f1713c8e161b78826a52ef79816c7a19 Mon Sep 17 00:00:00 2001
+From: dherrada <dylan.herrada@adafruit.com>
+Date: Mon, 24 May 2021 09:54:31 -0400
+Subject: [PATCH] Moved CI to Python 3.7
+
+---
+ .github/workflows/build.yml | 4 ++--
+ 1 file changed, 2 insertions(+), 2 deletions(-)
+
+diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml
+index 0ab7182..c4c975d 100644
+--- a/.github/workflows/build.yml
++++ b/.github/workflows/build.yml
+@@ -22,10 +22,10 @@ jobs:
+ awk -F '\/' '{ print tolower($2) }' |
+ tr '_' '-'
+ )
+- - name: Set up Python 3.6
++ - name: Set up Python 3.7
+ uses: actions/setup-python@v1
+ with:
+- python-version: 3.6
++ python-version: 3.7
+ - name: Versions
+ run: |
+ python3 --version
+--
+2.25.1
+