Skip to content

Commit 0437564

Browse files
authored
Update Python to 3.10 to get latest circuitpython-build-tools
1 parent 81cbc88 commit 0437564

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/release.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -24,10 +24,10 @@ jobs:
2424
awk -F '\/' '{ print tolower($2) }' |
2525
tr '_' '-'
2626
)
27-
- name: Set up Python 3.6
27+
- name: Set up Python 3.10
2828
uses: actions/setup-python@v1
2929
with:
30-
python-version: 3.6
30+
python-version: "3.10"
3131
- name: Versions
3232
run: |
3333
python3 --version

0 commit comments

Comments
 (0)