From: foamyguy Date: Mon, 29 Nov 2021 20:55:01 +0000 (-0600) Subject: actions use python 3.7 X-Git-Tag: 6.16.0^2~1 X-Git-Url: https://git.ayoreis.com/Adafruit_Blinka-hackapet.git/commitdiff_plain/482928e2607a20bac9d53ff9265b7e90bf827dcf actions use python 3.7 --- diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 95bdea1..79c2575 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -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