]> Repositories - Adafruit_Blinka-hackapet.git/commitdiff
actions use python 3.7
authorfoamyguy <foamyguy@gmail.com>
Mon, 29 Nov 2021 20:55:01 +0000 (14:55 -0600)
committerfoamyguy <foamyguy@gmail.com>
Mon, 29 Nov 2021 20:55:01 +0000 (14:55 -0600)
.github/workflows/build.yml

index 95bdea1fb9d332143cee8077169705f8e40f053d..79c25752f014da9e0fd5072dcf1a7c712b2fe2d6 100644 (file)
@@ -13,10 +13,10 @@ jobs:
     - name: Translate Repo Name For Build Tools filename_prefix
       id: repo-name
       run: echo ::set-output name=repo-name::Adafruit-Blinka
-    - 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