Skip to content

Commit

Permalink
Update Python to 3.10 to get latest circuitpython-build-tools
Browse files Browse the repository at this point in the history
  • Loading branch information
dhalbert authored Dec 19, 2021
1 parent 81cbc88 commit 0437564
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,10 +24,10 @@ jobs:
awk -F '\/' '{ print tolower($2) }' |
tr '_' '-'
)
- name: Set up Python 3.6
- name: Set up Python 3.10
uses: actions/setup-python@v1
with:
python-version: 3.6
python-version: "3.10"
- name: Versions
run: |
python3 --version
Expand Down

0 comments on commit 0437564

Please sign in to comment.