Skip to content

Commit

Permalink
Pin Python to version 3.7, same as Blinka
Browse files Browse the repository at this point in the history
  • Loading branch information
makermelissa committed Dec 29, 2023
1 parent b598e8f commit 08b173a
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,10 +19,10 @@ jobs:
id: repo-name
run: |
echo "repo-name=Adafruit-Blinka-displayio" >> $GITHUB_OUTPUT
- name: Set up Python 3.x
- name: Set up Python 3.7
uses: actions/setup-python@v4
with:
python-version: "3.x"
python-version: "3.7"
- name: Versions
run: |
python3 --version
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ jobs:
if: contains(steps.need-pypi.outputs.pyproject-toml, 'pyproject.toml')
uses: actions/setup-python@v4
with:
python-version: '3.x'
python-version: '3.7'
- name: Install dependencies
if: contains(steps.need-pypi.outputs.pyproject-toml, 'pyproject.toml')
run: |
Expand Down

0 comments on commit 08b173a

Please sign in to comment.