Skip to content

Commit 9558e25

Browse files
authored
Changed release.yml back to Python 3.7
1 parent b28ab2b commit 9558e25

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/release.yml

Lines changed: 2 additions & 2 deletions
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.7
2828
uses: actions/setup-python@v1
2929
with:
30-
python-version: 3.6
30+
python-version: 3.7
3131
- name: Versions
3232
run: |
3333
python3 --version

0 commit comments

Comments
 (0)