diff options
| author | Raghuram Subramani <raghus2247@gmail.com> | 2022-06-19 19:47:51 +0530 |
|---|---|---|
| committer | Raghuram Subramani <raghus2247@gmail.com> | 2022-06-19 19:47:51 +0530 |
| commit | 4fd287655a72b9aea14cdac715ad5b90ed082ed2 (patch) | |
| tree | 65d393bc0e699dd12d05b29ba568e04cea666207 /circuitpython/tools/adabot/patches/0001-Moved-CI-to-Python-3.7.patch | |
| parent | 0150f70ce9c39e9e6dd878766c0620c85e47bed0 (diff) | |
add circuitpython code
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.patch | 29 |
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 + |
