]> Repositories - hackapet/Adafruit_Blinka_Displayio.git/commitdiff
Merge pull request #99 from makermelissa/main
authorMelissa LeBlanc-Williams <melissa@adafruit.com>
Fri, 11 Nov 2022 17:19:09 +0000 (09:19 -0800)
committerGitHub <noreply@github.com>
Fri, 11 Nov 2022 17:19:09 +0000 (09:19 -0800)
Pin Python to 3.9

.github/workflows/build.yml

index ebf988a3ba147b0efb4728537f321d4b89b32125..6cfbc360ed0623e1f154c793726cf2963e504fb0 100644 (file)
@@ -19,10 +19,10 @@ jobs:
       id: repo-name
       run: |
         echo ::set-output name=repo-name::Adafruit-Blinka-displayio
-    - name: Set up Python 3.x
+    - name: Set up Python 3.9
       uses: actions/setup-python@v2
       with:
-        python-version: "3.x"
+        python-version: "3.9"
     - name: Versions
       run: |
         python3 --version